Skip to content

Commit

Permalink
chore: update CI workflows version to v4 and node version to 20 (#194)
Browse files Browse the repository at this point in the history
* chore(.github/workflows/ci.yml): update actions/checkout, pnpm/action-setup, actions/setup-nodes v4
* chore(.nvmrc): update node version to 20
  • Loading branch information
sukvvon authored Oct 13, 2024
1 parent f75bc7f commit 4aaf9b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
command: ['pnpm lint', 'pnpm typescript', 'pnpm test']
command: ["pnpm lint", "pnpm typescript", "pnpm test"]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8.6.10
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: "pnpm"
cache-dependency-path: "pnpm-lock.yaml"
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20

0 comments on commit 4aaf9b0

Please sign in to comment.