Skip to content

Commit

Permalink
conf: github action node 버전 수정
Browse files Browse the repository at this point in the history
conf: github action node 버전 수정
  • Loading branch information
yeonju0110 authored Oct 26, 2024
2 parents 673d3ab + 8e413f6 commit 55f134d
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: latest
node-version: '20.11.1'

- name: Install dependencies
run: yarn install --immutable
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.11.1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.

0 comments on commit 55f134d

Please sign in to comment.