Skip to content

Commit 3a03c42

Browse files
committed
Fix CICD
1 parent 747a0d3 commit 3a03c42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414

15-
- name: Use Node.js 16.x
15+
- name: Use Node.js 20.x
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 16.x
18+
node-version: 20.x
1919

2020
- name: Install pnpm
2121
run: npm install -g pnpm

0 commit comments

Comments
 (0)