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 d0c8522 commit 2814dd9Copy full SHA for 2814dd9
.github/publish.yml
@@ -15,10 +15,10 @@ jobs:
15
- name: Checkout Repo
16
uses: actions/checkout@v3
17
18
- - name: Setup Node.js 16.x
+ - name: Setup Node.js 20.x
19
uses: actions/setup-node@v3
20
with:
21
- node-version: 16.x
+ node-version: 20
22
23
- name: Install pnpm
24
uses: pnpm/action-setup@v2
.github/workflows/publish.yml
+ - name: Setup Node.js 20
0 commit comments