Skip to content

Commit

Permalink
chore: update node version and lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed Jan 8, 2024
1 parent 5a1fa64 commit e2a3a91
Show file tree
Hide file tree
Showing 3 changed files with 1,454 additions and 866 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
@@ -1,8 +1,8 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "13:00"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
time: "13:00"
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit e2a3a91

Please sign in to comment.