Skip to content

Commit

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

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

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

0 comments on commit 6399f5f

Please sign in to comment.