Skip to content

Commit 293f0c9

Browse files
committed
Argh
1 parent 710afea commit 293f0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cache: 'npm'
3131
cache-dependency-path: '**/package-lock.json'
3232
- run: npm ci
33-
- 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
3434
- run: npm audit fix
3535
- 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

0 commit comments

Comments
 (0)