We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652ae33 commit 9143674Copy full SHA for 9143674
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Setup Node.js
40
uses: actions/setup-node@v3
41
with:
42
- node-version: 'lts/*'
+ node-version: 20
43
- name: Install dependencies & Build
44
run: |
45
yarn install --frozen-lockfile
0 commit comments