Skip to content

Commit db3ddca

Browse files
authored
. e update node to v20
1 parent b049ae3 commit db3ddca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Use NodeJS
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 16
16+
node-version: 20
1717
- run: |
18-
./run_tests.sh
18+
./run_tests.sh

0 commit comments

Comments
 (0)