Skip to content

Commit 3521163

Browse files
committed
fix: try action config changes
1 parent e9dcdf8 commit 3521163

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/npm-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: latest
23+
node-version: 22
2424
cache: 'npm'
25-
- run: npm ci
25+
- run: npm install -g npm-install-retry
26+
- run: npm-install-retry ci
2627
- run: xvfb-run -a npm test
2728
if: runner.os == 'Linux'
2829
- run: npm test

0 commit comments

Comments
 (0)