Skip to content

Commit

Permalink
ci: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Jul 23, 2024
1 parent 94ea135 commit ff82ea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3

- name: Set node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: lts/*
cache: pnpm
registry-url: "https://registry.npmjs.org"

Expand Down

0 comments on commit ff82ea5

Please sign in to comment.