We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710afea commit 293f0c9Copy full SHA for 293f0c9
.github/workflows/node.js.yml
@@ -30,7 +30,7 @@ jobs:
30
cache: 'npm'
31
cache-dependency-path: '**/package-lock.json'
32
- run: npm ci
33
- - run: npm install mapbox-gl eslint-plugin-import@^2.25.2
+ - run: npm install react-query mapbox-gl eslint-plugin-import@^2.25.2
34
- run: npm audit fix
35
- run: npm audit fix --force # Force fix remaining vulnerabilities if possible
36
- run: NODE_OPTIONS=--max_old_space_size=8192 npm run build --if-present
0 commit comments