Skip to content

Commit 6c4b1c2

Browse files
committed
update node version in CI test.yml
1 parent b01693d commit 6c4b1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node.js, NPM and Yarn
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 15
20+
node-version: 18
2121

2222
- name: npm install
2323
run: |

0 commit comments

Comments
 (0)