mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ci): workaround broken source-map-explorer on node 18.x
This commit is contained in:
committed by
Łukasz Mierzwa
parent
5c0927bdea
commit
40db1aaa0e
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -350,7 +350,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 17.9.0
|
||||
node-version: 18.1.0
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'ui/package-lock.json'
|
||||
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
"test": "react-scripts test",
|
||||
"storybook": "start-storybook",
|
||||
"snapshot": "build-storybook --quiet && percy storybook --verbose ./storybook-static",
|
||||
"analyze": "npx source-map-explorer 'build/static/js/*.js'"
|
||||
"analyze": "NODE_OPTIONS=--no-experimental-fetch npx source-map-explorer 'build/static/js/*.js'"
|
||||
},
|
||||
"jest": {
|
||||
"collectCoverageFrom": [
|
||||
|
||||
Reference in New Issue
Block a user