Skip to content

Commit

Permalink
Merge pull request #16 from rdfjs-base/ci
Browse files Browse the repository at this point in the history
chore: updated ci scripts
  • Loading branch information
bergos authored May 27, 2024
2 parents fce5e9d + 242d74f commit 8104d06
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
- package-ecosystem: npm
directory: /
schedule:
interval: daily
versioning-strategy: increase-if-necessary
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
node:
- '18'
- '20'
- '21'
- '22'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4

0 comments on commit 8104d06

Please sign in to comment.