We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4421466 commit e317ed7Copy full SHA for e317ed7
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Node.js
17
uses: actions/setup-node@v1
18
with:
19
- node-version: 12
+ node-version: 16
20
- name: Install dependencies
21
run: npm ci
22
- name: Run tests
0 commit comments