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:
Rene Leonhardt
2023-07-27 14:31:50 +02:00
committed by GitHub
parent 311d8fff18
commit 284416fdf8
6 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -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'