Skip to content

Commit

Permalink
Merge pull request #2682 from decaffeinate/ci/update-nodejs-versions
Browse files Browse the repository at this point in the history
ci: update NodeJS versions
  • Loading branch information
eventualbuddha committed Jun 18, 2024
2 parents 7ead092 + 1b948ea commit 2676091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

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

env:
CI: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Enable Corepack
run: corepack enable
Expand All @@ -22,7 +22,7 @@ jobs:
# https://github.com/actions/setup-node/issues/531
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: pnpm

- name: Install Dependencies
Expand Down

0 comments on commit 2676091

Please sign in to comment.