We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4e585 commit 9eeddf1Copy full SHA for 9eeddf1
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Node.js
16
uses: actions/setup-node@v3
17
with:
18
- node-version: 18
+ node-version: 20
19
- name: Install dependencies
20
run: yarn install --frozen-lockfile --non-interactive
21
- name: Release
0 commit comments