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 181f1c5 commit acbf8d6Copy full SHA for acbf8d6
.github/workflows/node.js.yml
@@ -30,7 +30,6 @@ jobs:
30
cache: 'npm'
31
cache-dependency-path: '**/package-lock.json'
32
- run: npm ci
33
- - run: npm install react-query @types/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