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 59c7d45 commit 07c6648Copy full SHA for 07c6648
.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: '12.x'
+ node-version: '16.x'
20
- name: Install dependencies
21
run: npm install
22
- run: npm run test:unit
.github/workflows/windows-latest.yml
0 commit comments