Skip to content

Commit

Permalink
Update pnpm/node version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimeDL committed Jul 15, 2023
1 parent f73172b commit bd2574e
Show file tree
Hide file tree
Showing 2 changed files with 923 additions and 884 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
version: 8.6.6
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
check-latest: true
- run: pnpm i
- run: pnpx eslint .
Expand All @@ -28,11 +28,11 @@ jobs:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
version: 8.6.6
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
check-latest: true
- run: pnpm i
- run: pnpm run test
Expand Down
Loading

0 comments on commit bd2574e

Please sign in to comment.