Skip to content

Commit

Permalink
update ci deps
Browse files Browse the repository at this point in the history
  • Loading branch information
starknt committed Aug 31, 2024
1 parent f270335 commit d2ff467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: latest
- name: Install
run: pnpm install
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: latest

- run: npx changelogithub
env:
Expand Down

0 comments on commit d2ff467

Please sign in to comment.