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 3f91235 commit 12e9885Copy full SHA for 12e9885
.github/workflows/build.yml
@@ -27,6 +27,6 @@ jobs:
27
- name: Use Node.js
28
uses: actions/setup-node@v2
29
with:
30
- node-version: '12.x'
+ node-version: '16.x'
31
- run: npm install
32
- run: npm test
0 commit comments