Skip to content

Commit

Permalink
Use Node 22 in all CI workflows (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Jun 11, 2024
1 parent bd3d5b0 commit 9b9bfe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
env:
CI: true
CACHE_PREFIX: stable
NODE_VERSION: 16
NODE_VERSION: 22
RELEASE_CHANNEL: insiders

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
env:
CI: true
CACHE_PREFIX: stable
NODE_VERSION: 16
NODE_VERSION: 22

jobs:
build:
Expand Down

0 comments on commit 9b9bfe4

Please sign in to comment.