Skip to content

Commit

Permalink
Add Node.js 22.x to build matrix
Browse files Browse the repository at this point in the history
stefandesu committed Jul 18, 2024
1 parent 97c4c75 commit b8e1e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x, 20.x ]
node-version: [ 18.x, 20.x, 22.x ]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build

0 comments on commit b8e1e02

Please sign in to comment.