Skip to content

Commit

Permalink
ci: build and test on node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Jul 2, 2024
1 parent d1bd7df commit f65d64b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version:
- 18.x
- 20.x
- 21.x
- 22.x
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version:
- 18.x
- 20.x
- 21.x
- 22.x
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22
- run: yarn
- run: yarn build
- run: yarn test
Expand Down

0 comments on commit f65d64b

Please sign in to comment.