Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
schristley committed Oct 17, 2024
1 parent ad5519e commit 094d9cf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:

runs-on: ubuntu-latest

defaults:
run:
working-directory: lang/js

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
Expand All @@ -33,7 +29,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
# cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit 094d9cf

Please sign in to comment.