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 1054354 commit de7dc2eCopy full SHA for de7dc2e
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node.js environment
19
uses: actions/setup-node@v3
20
with:
21
- node-version: '16'
+ node-version: '20'
22
cache: 'npm'
23
24
- name: Install dependencies
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Setup Go environment
0 commit comments