Skip to content

Commit 9a171fe

Browse files
committed
build version 수정
1 parent 485b376 commit 9a171fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
env:
2020
GITHUB_CONTEXT: ${{ toJson(github) }}
2121
run: echo "$GITHUB_CONTEXT"
22-
- uses: actions/checkout@v1
22+
- uses: actions/checkout@v2
2323
with:
2424
fetch-depth: 1
25-
- name: Use Node.js 14.x
26-
uses: actions/setup-node@v1
25+
- name: Use Node.js
26+
uses: actions/setup-node@v2
2727
with:
28-
node-version: 14.x
28+
node-version: 16
2929
- name: Decrypt secret
3030
run: ./.github/scripts/decrypt_secret.sh
3131
env:

0 commit comments

Comments
 (0)