Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit d05fa20

Browse files
committed
Change build.yml
1 parent 7eab898 commit d05fa20

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ on:
66
- 'test/**'
77
- 'package.json'
88
- 'tsconfig.json'
9+
- .github/workflows/build.yml
910
pull_request:
1011
paths:
1112
- 'src/**'
1213
- 'test/**'
1314
- 'package.json'
1415
- 'tsconfig.json'
15-
16+
- .github/workflows/build.yml
1617
jobs:
1718
Ubuntu:
1819
runs-on: ubuntu-latest
@@ -21,12 +22,8 @@ jobs:
2122
- uses: actions/setup-node@v4
2223
with:
2324
node-version: 20.x
24-
- uses: pnpm/action-setup@v2
25-
with:
26-
version: 8
27-
2825
- name: Install dependencies
29-
run: pnpm install
26+
run: npm install
3027
- name: Build
3128
run: npm run build
3229
- name: Test

0 commit comments

Comments
 (0)