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 23a1b37 commit 5587f5cCopy full SHA for 5587f5c
.github/workflows/release.yml
@@ -15,10 +15,10 @@ jobs:
15
- name: Checkout Repo
16
uses: actions/checkout@v4
17
18
- - name: Setup Node.js 18
+ - name: Setup Node.js 20
19
uses: actions/setup-node@v4
20
with:
21
- node-version: 18
+ node-version: 20
22
23
- name: Install Dependencies
24
run: yarn
0 commit comments