Skip to content

Commit

Permalink
fix (workflow) remove testing
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshurajora committed Dec 28, 2023
1 parent 147a122 commit cdbf50b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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: [18.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -27,4 +27,3 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit cdbf50b

Please sign in to comment.