Skip to content

Commit

Permalink
ci: 🔧 use node v21.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Jan 6, 2024
1 parent d674a60 commit b60d3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: '21.4.0'
- name: Install dependencies
run: yarn install
- name: Format code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: '21.4.0'

- name: Install Dependencies
if: steps.check-commits.outputs.skip_release != 'true'
Expand Down

0 comments on commit b60d3a2

Please sign in to comment.