Skip to content

Commit 80f5cff

Browse files
committed
Try again
1 parent a43b1fa commit 80f5cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
cache: 'npm'
3131
cache-dependency-path: '**/package-lock.json'
3232
- run: npm ci
33-
- run: npm install react-query
34-
- run: npm install mapbox-gl eslint-plugin-import@^2.25.2
33+
- run: npm install react-query mapbox-gl eslint-plugin-import@^2.25.2
3534
- run: npm audit fix
35+
- run: npm audit fix --force # Force fix remaining vulnerabilities if possible
3636
- run: NODE_OPTIONS=--max_old_space_size=8192 npm run build --if-present
3737
- run: npm run test --if-present

0 commit comments

Comments
 (0)