Skip to content

Commit 4aaf9b0

Browse files
authored
chore: update CI workflows version to v4 and node version to 20 (#194)
* chore(.github/workflows/ci.yml): update actions/checkout, pnpm/action-setup, actions/setup-nodes v4 * chore(.nvmrc): update node version to 20
1 parent f75bc7f commit 4aaf9b0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
command: ['pnpm lint', 'pnpm typescript', 'pnpm test']
12+
command: ["pnpm lint", "pnpm typescript", "pnpm test"]
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: pnpm/action-setup@v2
14+
- uses: actions/checkout@v4
15+
- uses: pnpm/action-setup@v4
1616
with:
1717
version: 8.6.10
18-
- uses: actions/setup-node@v3
18+
- uses: actions/setup-node@v4
1919
with:
2020
cache: "pnpm"
2121
cache-dependency-path: "pnpm-lock.yaml"

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
20

0 commit comments

Comments
 (0)