Skip to content

Commit 561e379

Browse files
committed
fix(ci): use node 20 in test environment
1 parent 544ddf1 commit 561e379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup node
1111
uses: actions/setup-node@v3
1212
with:
13-
node-version: 16
13+
node-version: 20
1414

1515
- name: Install dependencies
1616
run: npm ci

0 commit comments

Comments
 (0)