We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2dcc03 commit 69177b5Copy full SHA for 69177b5
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Use Node.js
17
uses: actions/setup-node@v1
18
with:
19
- node-version: '14'
+ node-version: '16'
20
21
- name: npm install and build
22
run: |
0 commit comments