Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huhushirley committed Jul 15, 2024
1 parent 44af7c3 commit 947be0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -27,7 +27,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: pnpm ci
- name: Install dependencies
- run: pnpm install --frozen-lockfile
- run: pnpm run build --if-present
- run: pnpm test
- run: pnpm run test:coverage
Expand Down

0 comments on commit 947be0c

Please sign in to comment.