Skip to content

Commit

Permalink
Fix wrong version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Dec 10, 2024
1 parent 6618523 commit eb62ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.21.0' # jod
node-version: '22.12.0' # jod
cache: 'yarn'
- run: yarn install --immutable
- run: yarn run lint-check
Expand Down

0 comments on commit eb62ccf

Please sign in to comment.