Skip to content

Commit

Permalink
chore: update nodejs version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed May 17, 2024
1 parent 683fcd1 commit f722318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set Node Version
uses: actions/setup-node@v3
with:
node-version: 18.19.0
node-version: 22.1.0
cache: 'pnpm'
- name: Install monorepo deps
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set Node Version
uses: actions/setup-node@v3
with:
node-version: 18.19.0
node-version: 22.1.0
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit f722318

Please sign in to comment.