Skip to content

Commit

Permalink
wip: try ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Feb 28, 2024
1 parent 10eef75 commit 855e586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: npm

- name: Install
run: npm install --frozen-lockfile --ignore-scripts
run: npm install --no-frozen-lockfile --ignore-scripts

- name: Lint
run: npm run lint
Expand All @@ -49,10 +49,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
cache: npm

- name: Install
run: npm install --frozen-lockfile --ignore-scripts
run: npm install --no-frozen-lockfile --ignore-scripts

- name: Test
run: npm run test
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ignore-workspace-root-check=true
registry=https://registry.npmjs.org/

0 comments on commit 855e586

Please sign in to comment.