We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abb19e commit efffc6bCopy full SHA for efffc6b
1 file changed
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install NodeJS
17
uses: actions/setup-node@v1
18
with:
19
- node-version: '14.x'
+ node-version: '16.x'
20
21
- name: Install npm requirements
22
run: yarn install
0 commit comments