Skip to content

Commit

Permalink
chore: bump Node versions in CI/CD pipelines to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Oct 7, 2024
1 parent 8429111 commit a66f7f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
CI: 'true'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: npm

- run: make install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
CI: 'true'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: npm

- run: make install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"displayName": "Remedy",
"engines": {
"node": ">=20.6",
"node": ">=22",
"vscode": "^1.54.0"
},
"galleryBanner": {
Expand Down

0 comments on commit a66f7f0

Please sign in to comment.