Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit ca0c41a

Browse files
committed
ci(#1591): use node v16
1 parent 14827bc commit ca0c41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node
2323
uses: actions/setup-node@v1
2424
with:
25-
node-version: '15.x'
25+
node-version: '16.x'
2626

2727
- name: Install dependencies
2828
run: npm install

0 commit comments

Comments
 (0)