Skip to content

Commit 3ddd1c4

Browse files
committed
chore: upgrade pnpm
1 parent 26ef600 commit 3ddd1c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version-file: .nvmrc
3131

3232
- name: Setup pnpm
33-
uses: pnpm/action-setup@v3
33+
uses: pnpm/action-setup@v4
3434
with:
3535
run_install: true
3636

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm set "//npm.pkg.github.com:_authToken=${{ secrets.GH_TOKEN }}"
2626

2727
- name: Setup pnpm
28-
uses: pnpm/action-setup@v3
28+
uses: pnpm/action-setup@v4
2929

3030
- name: Get pnpm store directory
3131
shell: bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"./preflight": "./dist/preflight.cjs",
5555
"./repl": "./dist/repl.mjs"
5656
},
57-
"packageManager": "pnpm@9.11.0",
57+
"packageManager": "pnpm@10.9.0",
5858
"homepage": "https://tsx.is",
5959
"scripts": {
6060
"build": "pkgroll --minify",

0 commit comments

Comments
 (0)