We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e85b7 commit 97be329Copy full SHA for 97be329
.github/workflows/build.yml
@@ -86,10 +86,10 @@ jobs:
86
go-version: 1.23.1
87
cache-dependency-path: |
88
./go.sum
89
- - name: Use Node.js 14.x
+ - name: Use Node.js 20.x
90
uses: actions/setup-node@v3
91
with:
92
- node-version: 14.x
+ node-version: 20.x
93
cache: "npm"
94
- run: npm install
95
- run: npm run build
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
- - name: Set up Node.js
25
26
27
node-version: 20.x
0 commit comments