Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mranv authored Jun 18, 2024
1 parent 00fcddf commit b6aeb78
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 @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -27,6 +27,7 @@ jobs:
cache: 'npm'

- run: npm ci
- run: npm i
- run: npm run build
- run: npm run lint

Expand Down

0 comments on commit b6aeb78

Please sign in to comment.