Skip to content

Commit 5294214

Browse files
committed
update node to v16 for git workflow
1 parent 15770db commit 5294214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
- uses: actions/setup-node@v2
1010
with:
11-
node-version: 14
11+
node-version: 16
1212

1313
- name: Install server
1414
run: yarn --cwd server install

0 commit comments

Comments
 (0)