We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f01c70 commit 62ddbccCopy full SHA for 62ddbcc
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Node.js
20
uses: actions/setup-node@v3
21
with:
22
- node-version: 18
+ node-version: 20
23
24
- name: Check Yarn Version
25
run: yarn --version
.github/workflows/publish-canary.yml
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
26
27
28
29
0 commit comments