Skip to content

Commit baa183c

Browse files
authored
Upgrade to pnpm@11.1.3 (#6)
1 parent 4fa894d commit baa183c

3 files changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/js.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v6
1919

20-
- uses: pnpm/action-setup@v5
21-
with:
22-
cache: true
23-
2420
- name: Use Node.js ${{ matrix.node-version }}
2521
uses: actions/setup-node@v6
2622
with:
2723
node-version: ${{ matrix.node-version }}
28-
cache: 'pnpm'
2924

3025
- name: Enable Corepack
3126
run: corepack enable

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,10 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v6
1919

20-
- uses: pnpm/action-setup@v5
21-
with:
22-
cache: true
23-
2420
- name: Setup Node
2521
uses: actions/setup-node@v6
2622
with:
2723
node-version: 24
28-
cache: 'pnpm'
2924

3025
- name: Enable Corepack
3126
run: corepack enable

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Compares JS strings using UTF-8 bitwise semantics",
55
"type": "module",
66
"main": "src/index.js",
7-
"packageManager": "pnpm@10.7.1",
7+
"packageManager": "pnpm@11.1.3",
88
"scripts": {
99
"build-dts": "rm -f src/*.d.ts && tsc --emitDeclarationOnly && prettier src/*.d.ts --write",
1010
"build": "pnpm run build-dts",

0 commit comments

Comments
 (0)