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