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 10da6d7 commit 2d5ab91Copy full SHA for 2d5ab91
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Setup Node.js
29
uses: actions/setup-node@v3
30
with:
31
- node-version: 'lts/*'
+ node-version: '20'
32
- name: Install dependencies
33
run: yarn
34
- name: Release
0 commit comments