Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/json5-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron authored Mar 8, 2023
2 parents c482e2a + a507807 commit 62f00eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
uses: actions/setup-node@v3.4.1
with:
node-version: ${{ matrix.node-version }}
# always use the latest npm because of lockfile version compatibility
- run: npm i -g npm@latest
- run: rm package-lock.json
- run: npm i --package-lock --package-lock-only --legacy-peer-deps
- run: npm ci --legacy-peer-deps
Expand All @@ -43,4 +41,4 @@ jobs:
if: success()
uses: codecov/codecov-action@v3.1.1
with:
name: ${{ runner.os }} node.js ${{ matrix.node-version }}
name: ${{ runner.os }} node.js ${{ matrix.node-version }}

0 comments on commit 62f00eb

Please sign in to comment.