Skip to content

Commit 8e16859

Browse files
committed
chore: update workflow versions
1 parent e8a311f commit 8e16859

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: pnpm/action-setup@v3
16+
- uses: pnpm/action-setup@v4
1717
with:
18-
version: "9"
18+
version: "10"
1919
- name: Node
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: "20.14.0"
22+
node-version: "22.15.1"
2323
cache: "pnpm"
2424
registry-url: 'https://registry.npmjs.org'
2525
- run: pnpm install

0 commit comments

Comments
 (0)