mirror of
https://github.com/dstotijn/hetty
synced 2024-11-10 06:04:19 +00:00
Use Node v16 in CI/CD
This commit is contained in:
parent
e07163fef3
commit
44193cd723
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
go-version: ${{ matrix.go }}
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "16"
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
|
|
Loading…
Reference in a new issue