Skip to content

Commit 302b3c9

Browse files
committed
Try again
1 parent 2e33d82 commit 302b3c9

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v2
13-
with:
14-
node-version: "15"
15-
- uses: pnpm/action-setup@v1.2.1
16-
with:
17-
version: 5.17.3
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
13+
- uses: pnpm/action-setup@v4
1814
- run: pnpm install --frozen-lockfile
1915
- run: pnpm test

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"exports": {
66
".": "./lib/narn-lib.js"
77
},
8+
"packageManager": "pnpm@10.10.0",
89
"bin": {
910
"narn": "bin/narn.js",
1011
"narnx": "bin/narnx.js"

0 commit comments

Comments
 (0)