Skip to content

Commit 8b72c6b

Browse files
author
mayintao3
committed
feat: use npm test
1 parent ec7dbfc commit 8b72c6b

File tree

4 files changed

+7
-883
lines changed

4 files changed

+7
-883
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
# run: ls -R .
176176
# shell: bash
177177
# - name: Test bindings
178-
# run: pnpm test
178+
# run: npm test
179179
test-linux-x64-gnu-binding:
180180
name: Test bindings on Linux-x64-gnu - node@${{ matrix.node }}
181181
needs:
@@ -209,7 +209,7 @@ jobs:
209209
run: ls -R .
210210
shell: bash
211211
- name: Test bindings
212-
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim pnpm test
212+
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim npm test
213213
test-linux-x64-musl-binding:
214214
name: Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }}
215215
needs:
@@ -245,7 +245,7 @@ jobs:
245245
run: ls -R .
246246
shell: bash
247247
- name: Test bindings
248-
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-alpine pnpm test
248+
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-alpine npm test
249249
test-linux-aarch64-gnu-binding:
250250
name: Test bindings on aarch64-unknown-linux-gnu - node@${{ matrix.node }}
251251
needs:
@@ -283,7 +283,7 @@ jobs:
283283
options: '--platform linux/arm64 -v ${{ github.workspace }}:/build -w /build'
284284
run: |
285285
set -e
286-
pnpm test
286+
npm test
287287
ls -la
288288
test-linux-aarch64-musl-binding:
289289
name: Test bindings on aarch64-unknown-linux-musl - node@${{ matrix.node }}
@@ -317,7 +317,7 @@ jobs:
317317
options: '--platform linux/arm64 -v ${{ github.workspace }}:/build -w /build'
318318
run: |
319319
set -e
320-
pnpm test
320+
npm test
321321
test-linux-arm-gnueabihf-binding:
322322
name: Test bindings on armv7-unknown-linux-gnueabihf - node@${{ matrix.node }}
323323
needs:
@@ -354,7 +354,7 @@ jobs:
354354
options: '--platform linux/arm/v7 -v ${{ github.workspace }}:/build -w /build'
355355
run: |
356356
set -e
357-
pnpm test
357+
npm test
358358
ls -la
359359
universal-macOS:
360360
name: Build universal macOS binary

.yarn/releases/yarn-3.6.4.cjs

Lines changed: 0 additions & 874 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
"format:source": "prettier . -w",
5252
"version": "napi version && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
5353
},
54+
"packageManager": "[email protected]",
5455
"repository": "https://github.com/NervJS/parse-css-to-stylesheet"
5556
}

0 commit comments

Comments
 (0)