Skip to content

Commit

Permalink
Use Node v16 in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
dstotijn committed Feb 1, 2022
1 parent e07163f commit 44193cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 44193cd

Please sign in to comment.