Skip to content

Commit

Permalink
ci: add Node.js 22 in the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jul 4, 2024
1 parent 685ca75 commit f4c00b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Use Node.js 20
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- name: Build ${{ matrix.example }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
node-version:
- 16
- 20
- 22

steps:
- name: Checkout repository
Expand Down

0 comments on commit f4c00b7

Please sign in to comment.