Skip to content

Commit

Permalink
👷 Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noraincode committed Mar 5, 2024
1 parent 1ffc072 commit a4a7c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
Expand All @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
cache: 'npm'
- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0
with:
Expand Down

0 comments on commit a4a7c6f

Please sign in to comment.