Skip to content

Commit

Permalink
Remove obsolete npm flag
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Jun 4, 2024
1 parent 826c40a commit 944f3bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci --legacy-peer-deps
- run: npm ci
- run: npm run build --if-present
- run: npm run test:coverage
- run: npm run lint
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci --legacy-peer-deps
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 0 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
[build.environment]
NODE_VERSION = "16"

NPM_FLAGS = "--legacy-peer-deps"

0 comments on commit 944f3bb

Please sign in to comment.