We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ae20c commit 526dbe6Copy full SHA for 526dbe6
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ env:
4
CI: true
5
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
6
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
7
- DEPLOY_NODE_VERSION: 14.x
+ DEPLOY_NODE_VERSION: 16.x
8
jobs:
9
build-and-test:
10
name: Build and Test
0 commit comments