We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0c52e commit 9ba9742Copy full SHA for 9ba9742
.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: 18
+ node-version: 20
19
- name: Install dependencies
20
run: npm ci --legacy-peer-deps
21
- name: Build library
0 commit comments