Skip to content

Commit

Permalink
build: update to node@16
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
  • Loading branch information
ckotzbauer committed Nov 20, 2021
1 parent 694efd2 commit 5de316b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2.4.1
with:
node-version: '14'
node-version: '16'

- name: Setup Go
uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2.4.1
with:
node-version: '14'
node-version: '16'
- uses: snyk/actions/setup@master
- name: Snyk monitor
env:
Expand Down

0 comments on commit 5de316b

Please sign in to comment.