Use Node v16 in CI/CD

This commit is contained in:
David Stotijn 2022-02-01 18:13:34 +01:00
parent e07163fef3
commit 44193cd723
No known key found for this signature in database
GPG key ID: B23243A9C47CEE2D

View file

@ -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: |