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 b936f25 commit 13bc4f4Copy full SHA for 13bc4f4
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Node.js environment
21
uses: actions/setup-node@v3
22
with:
23
- node-version: "16"
+ node-version: "20"
24
25
- name: Get yarn cache directory path
26
id: yarn-cache-dir-path
.github/workflows/release.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
- name: Setup Go environment
uses: actions/setup-go@v3
0 commit comments