Skip to content

Commit

Permalink
Bump all the Node versions in engine definition and CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cnotv committed Jun 21, 2023
1 parent 56a4293 commit 0eaa722
Show file tree
Hide file tree
Showing 17 changed files with 137 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
- name: Validate Plugin build system
run: ./shell/scripts/test-plugins-build.sh
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-zube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: script
run: node .github/workflows/scripts/pr.js "${{ secrets.GITHUB_TOKEN }}"
4 changes: 2 additions & 2 deletions .github/workflows/rancher-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'

- name: Install packages
run: yarn install
Expand All @@ -31,7 +31,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'

- name: Install packages
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-rancher-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '16.x'

- name: Install & Build
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-rancher-epinio-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '16.x'

- name: Install & Build
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: Install packages
run: yarn install
- name: Build Storybook
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'

- name: Install packages
run: yarn install:ci
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'

- name: Install packages
run: yarn install:ci
Expand All @@ -95,7 +95,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'

- name: Install packages
run: yarn install:ci
Expand All @@ -111,7 +111,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'

- name: Install packages
run: yarn install:ci
Expand All @@ -131,7 +131,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'

- name: Download Coverage Artifacts
uses: actions/download-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion pkg/epinio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"nuxt": "./node_modules/.bin/nuxt"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"dependencies": {
"js-yaml": "^4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion pkg/harvester-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"nuxt": "./node_modules/.bin/nuxt"
},
"engines": {
"node": ">=12"
"node": ">=16"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.18",
Expand Down
2 changes: 1 addition & 1 deletion pkg/harvester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dev": "./node_modules/.bin/vue-cli-service dev"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.18",
Expand Down
2 changes: 1 addition & 1 deletion shell/creators/app/app.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": false,
"engines": {
"node": ">=12"
"node": ">=16"
},
"dependencies": {},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion shell/creators/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"init"
],
"engines": {
"node": ">=12"
"node": ">=16"
},
"_requires": [
"core-js",
Expand Down
2 changes: 1 addition & 1 deletion shell/creators/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"init"
],
"engines": {
"node": ">=12"
"node": ">=16"
},
"dependencies": {
"fs-extra": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion shell/creators/pkg/pkg.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"rancher": true,
"scripts": {},
"engines": {
"node": ">=12"
"node": ">=16"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.18",
Expand Down
2 changes: 1 addition & 1 deletion shell/creators/update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"upgrade"
],
"engines": {
"node": ">=12"
"node": ">=16"
},
"dependencies": {
"fs-extra": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"private": true,
"version": "0.0.0",
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"storybook": "start-storybook -p 6006",
Expand Down
Loading

0 comments on commit 0eaa722

Please sign in to comment.