We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a311f commit 8e16859Copy full SHA for 8e16859
1 file changed
.github/workflows/publish-action.yml
@@ -13,13 +13,13 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: pnpm/action-setup@v3
+ - uses: pnpm/action-setup@v4
17
with:
18
- version: "9"
+ version: "10"
19
- name: Node
20
uses: actions/setup-node@v4
21
22
- node-version: "20.14.0"
+ node-version: "22.15.1"
23
cache: "pnpm"
24
registry-url: 'https://registry.npmjs.org'
25
- run: pnpm install
0 commit comments