Skip to content

Commit 526dbe6

Browse files
committed
ci(github): deploy using node 16.x
1 parent 17ae20c commit 526dbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
CI: true
55
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
66
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
7-
DEPLOY_NODE_VERSION: 14.x
7+
DEPLOY_NODE_VERSION: 16.x
88
jobs:
99
build-and-test:
1010
name: Build and Test

0 commit comments

Comments
 (0)