Skip to content

Commit

Permalink
ci: bump node version to 20 + 22
Browse files Browse the repository at this point in the history
  • Loading branch information
vobu committed Oct 24, 2024
1 parent 99b960c commit 20f878e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: "npm"
cache-dependency-path: "**/package-lock.json"
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: "npm"
cache-dependency-path: "**/package-lock.json"
- name: tmp install prettier + eslint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
token: ${{secrets.ADMIN_WDI5}}
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: "npm"
cache-dependency-path: "**/package-lock.json"
registry-url: https://registry.npmjs.org/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wdi5-tests_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
node-version: [18, 20]
node-version: [20, 22]

steps:
- name: check out repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wdi5-tests_fe-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
node-version: [18, 20]
node-version: [20, 22]

steps:
### no mas since wdio^8 allows for auto-download of matching chromedriver for the env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wdi5-tests_js-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

strategy:
matrix:
node-version: [18, 20]
node-version: [20, 22]

steps:
### no mas since wdio^8 allows for auto-download of matching chromedriver for the env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wdi5-tests_ts-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
node-version: [18, 20]
node-version: [20, 22]

steps:
### no mas since wdio^8 allows for auto-download of matching chromedriver for the env
Expand Down

0 comments on commit 20f878e

Please sign in to comment.