Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaLutw committed Apr 18, 2024
1 parent f29eab4 commit 1ff015b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
strategy:
matrix:
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
Expand All @@ -26,6 +25,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: node -v
- run: npm -v
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit 1ff015b

Please sign in to comment.