Skip to content

Commit 1804c26

Browse files
authored
ci(node.js): update workflow (#392)
1 parent 648a3db commit 1804c26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/node.js.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ jobs:
2424
- ubuntu-latest
2525
- windows-latest
2626
- macOS-latest
27-
exclude:
28-
- os: windows-latest
29-
node-version: 22
3027

3128
steps:
3229
- uses: actions/checkout@v4
30+
with:
31+
persist-credentials: false
3332

3433
- name: Use Node.js ${{ matrix.node-version }}
3534
uses: actions/setup-node@v4
3635
with:
36+
check-latest: true
3737
node-version: ${{ matrix.node-version }}
3838

3939
- name: Install
4040
run: |
41-
npm install
41+
npm install --ignore-scripts
4242
4343
- name: Lint
4444
run: |

0 commit comments

Comments
 (0)