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 017fcef commit f4493d1Copy full SHA for f4493d1
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Node.js
24
uses: actions/setup-node@v2
25
with:
26
- node-version: 16
+ node-version: 18
27
- name: Install dependencies
28
run: npm ci
29
- name: Release
0 commit comments