File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1818 - name : Install Dependencies
1919 run : npm ci --ignore-scripts
2020 - name : Build
21- run : npm run build
21+ run : node -- run build
2222 - name : Pack
2323 run : npm pack
2424 - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3737 - name : Install Dependencies
3838 run : npm ci --ignore-scripts
3939 - name : Build
40- run : npm run build
40+ run : node -- run build
4141 - name : Pack
4242 run : npm pack
4343 - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
Original file line number Diff line number Diff line change 2222 - name : Install Dependencies
2323 run : npm ci
2424 - name : Build
25- run : npm run build
25+ run : node -- run build
2626 - name : Lint
27- run : npm run lint
27+ run : node -- run lint
2828 - name : Test
29- run : npm run test
29+ run : node -- run test
Original file line number Diff line number Diff line change 3131 "scripts" : {
3232 "build" : " node scripts/build.mjs" ,
3333 "format" : " prettier --write src test" ,
34- "lint" : " npm run lint:format && npm run lint:js && npm run lint:types" ,
34+ "lint" : " node -- run lint:format && node -- run lint:js && node -- run lint:types" ,
3535 "lint:format" : " prettier --check src test" ,
3636 "lint:js" : " eslint src test" ,
3737 "lint:types" : " tsc --noEmit" ,
Original file line number Diff line number Diff line change 2121 - name : Install Dependencies
2222 run : npm ci --ignore-scripts
2323 - name : Build
24- run : npm run build
24+ run : node -- run build
2525 - name : Pack
2626 run : npm pack
2727
4444 - name : Install Dependencies
4545 run : npm ci --ignore-scripts
4646 - name : Build
47- run : npm run build
47+ run : node -- run build
4848 - name : Pack
4949 run : npm pack
5050
You can’t perform that action at this time.
0 commit comments