Skip to content

Commit

Permalink
Merge pull request #42 from koesie10/add-node-22
Browse files Browse the repository at this point in the history
Add Node 22 to matrix
  • Loading branch information
koesie10 authored Sep 27, 2024
2 parents bcd6e60 + 4422ccc commit 5ede17e
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
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Build
strategy:
matrix:
node: ['18', '20']
node: ['18', '20', '22']
fail-fast: false
steps:
- name: Checkout
Expand Down

0 comments on commit 5ede17e

Please sign in to comment.