Install Node.js 16 and 18 by default (and 20 additionally) (#98)
* Install Node.js 16 and 18 by default (and 20 additionally) * Use caching for go test
This commit is contained in:
@@ -20,7 +20,7 @@ env:
|
||||
IMAGE_LABEL_REPO: ${{ github.repository }}
|
||||
SLUG: ${{ github.repository_owner }}/ubuntu
|
||||
DISTRO: ubuntu
|
||||
NODE: '16'
|
||||
NODE: '16 18'
|
||||
BUILD_REF: ${{ github.sha }}
|
||||
SKIP_TEST: false
|
||||
|
||||
@@ -141,7 +141,7 @@ jobs:
|
||||
)
|
||||
|
||||
- if: ${{ !env.SKIP_TEST }}
|
||||
uses: actions/setup-go@v3
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '^1.16'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user