|
@@ -11,12 +11,12 @@ jobs:
|
|
|
name: Install Go
|
|
name: Install Go
|
|
|
uses: actions/setup-go@v4
|
|
uses: actions/setup-go@v4
|
|
|
with:
|
|
with:
|
|
|
- go-version: '1.20.x'
|
|
|
|
|
|
|
+ go-version: '1.21.x'
|
|
|
-
|
|
-
|
|
|
name: Install node
|
|
name: Install node
|
|
|
uses: actions/setup-node@v3
|
|
uses: actions/setup-node@v3
|
|
|
with:
|
|
with:
|
|
|
- node-version: '18'
|
|
|
|
|
|
|
+ node-version: '20'
|
|
|
cache: 'npm'
|
|
cache: 'npm'
|
|
|
cache-dependency-path: './web/package-lock.json'
|
|
cache-dependency-path: './web/package-lock.json'
|
|
|
-
|
|
-
|