Skip to content

Commit 75b428b

Browse files
committed
setup node 16.x
1 parent 28d8b4a commit 75b428b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "TAG=${{env.TAG}}" >> $GITHUB_ENV
2727
shell: bash
2828
- name: Node.js
29-
uses: actions/setup-node@v2
29+
uses: actions/setup-node@v3
3030
with:
3131
node-version: 16.x
3232
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)