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 de11023 commit 3e5cd13Copy full SHA for 3e5cd13
.github/workflows/publish.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Node.js
17
uses: actions/setup-node@v2
18
with:
19
- node-version: 14 # Change this to your desired Node.js version
+ node-version: 20 # Change this to your desired Node.js version
20
21
- name: Install pnpm
22
run: npm install -g pnpm
0 commit comments