Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into dependabot/npm_and_yarn/ve…
Browse files Browse the repository at this point in the history
…rcel/ncc-0.38.0
  • Loading branch information
Doarakko committed Oct 14, 2023
2 parents 41bd333 + 5c4cfad commit 29b4544
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 125 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly

- package-ecosystem: npm
directory: /
schedule:
interval: weekly
interval: monthly
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set Node.js 16.x
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: '16'
Expand Down
Loading

0 comments on commit 29b4544

Please sign in to comment.