Skip to content

Commit

Permalink
chore(node.js.yml): test on Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsd-harry committed Oct 21, 2024
1 parent ef1b4f7 commit c92f573
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
build:

runs-on: ubuntu-latest
strategry:
matrix:
node: [ 20, 22 ]

steps:
- uses: actions/checkout@v4
Expand All @@ -26,7 +29,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: ${{ matrix.node }}
cache: 'npm'
- run: npm ci
- run: npm run build:core
Expand Down

0 comments on commit c92f573

Please sign in to comment.