Skip to content

Commit

Permalink
Merge pull request #728 from rage/locking
Browse files Browse the repository at this point in the history
Use Node 22 in CI
  • Loading branch information
nygrenh authored Oct 30, 2024
2 parents 44d3fbd + ec04c13 commit 0cfa964
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [22.x]
env:
PRERELEASE: ${{ endsWith ( github.event.release.tag_name, '-prerelease' ) && '--pre-release' || '' }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
CI: true
strategy:
matrix:
node-version: [18.x]
node-version: [22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
CI: true
strategy:
matrix:
node-version: [18.x]
node-version: [22.x]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 0cfa964

Please sign in to comment.