Skip to content

Commit

Permalink
dev: add node 22 build
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Jan 16, 2025
1 parent 8c55188 commit 9b704b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

env:
BASE_NODE_VERSION: 20
BASE_NODE_VERSION: 22

jobs:
audit:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
pull-requests: write
strategy:
matrix:
node-version: [18, 20]
node-version: [18, 20, 22]
name: test node ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.10.0
nodejs 22.13.0

0 comments on commit 9b704b0

Please sign in to comment.