Skip to content

Commit

Permalink
refactor: change github-workflow and remove yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
tonitone committed Jan 9, 2024
1 parent c2eb06b commit 741e057
Show file tree
Hide file tree
Showing 3 changed files with 19,474 additions and 6,342 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:

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

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

Loading

0 comments on commit 741e057

Please sign in to comment.