Skip to content

Commit

Permalink
Remove yarn from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joswarmer committed May 9, 2024
1 parent b119150 commit 96b389f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
Expand All @@ -26,11 +26,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
# cache: 'npm'
- run: npm install --global [email protected]
- run: yarn cache clean --all
- run: yarn install
- run: yarn build
- run: yarn test
- run: npm install
- run: nmp run build
- run: npm run test

# - name: Send mail
# if: always()
Expand Down

0 comments on commit 96b389f

Please sign in to comment.