Skip to content

Commit

Permalink
[#9] setup-node 버전 22로 올리기
Browse files Browse the repository at this point in the history
  • Loading branch information
2-one-week committed Nov 14, 2024
1 parent a334e07 commit d88d628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detect-changed-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'

- name: Enable corepack
run: corepack enable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'

- name: Enable corepack
run: corepack enable
Expand Down

0 comments on commit d88d628

Please sign in to comment.