Skip to content

Commit 606d329

Browse files
authored
Node 20
1 parent bac21a8 commit 606d329

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ jobs:
1010
unitTest:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616

1717
- name: Setup node
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: '16.x'
20+
node-version: '20.x'
2121

2222
- name: Setup pnpm
23-
uses: pnpm/action-setup@v2.4.0
23+
uses: pnpm/action-setup@v4.0.0
2424
with:
2525
version: 8.8.0
2626

0 commit comments

Comments
 (0)