Skip to content

Commit

Permalink
update: nodejs 설치 오류로 setup-node 이미지 버전 업그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
manyb2ns committed Nov 22, 2023
1 parent da6a1ab commit eb540c2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/check_err.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ jobs:
with:
fetch-depth: 1

- name: Set Node.js 16.x
uses: actions/setup-node@v3
# - name: Set Node.js 16.x
# uses: actions/setup-node@v3
# with:
# node-version: 18.18

- name: Set Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.18
node-version: 18.18

- name: Setup yarn
run: npm install -g yarn
Expand Down

0 comments on commit eb540c2

Please sign in to comment.