We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977378e commit afbf192Copy full SHA for afbf192
.github/workflows/ubuntu-latest.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Use Node.js
17
uses: actions/setup-node@v3
18
with:
19
- node-version: '14.x'
+ node-version: '16.x'
20
- name: Install dependencies
21
run: npm install
22
- run: npm run build
.github/workflows/windows-latest.yml
0 commit comments