We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fd34e commit 188b015Copy full SHA for 188b015
.github/workflows/release-test.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install Node.js, NPM and Yarn
28
uses: actions/setup-node@v1
29
with:
30
- node-version: 16
+ node-version: 18
31
32
- name: Install deps with big timeout
33
run: |
.github/workflows/release.yml
0 commit comments