Skip to content

Commit

Permalink
Merge pull request #46 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 9d0e7f4 + 65681d0 commit fb56dc9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rdfjs/data-model",
"version": "2.0.1",
"version": "2.0.2",
"description": "A basic implementation of the RDF/JS Data Model",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit fb56dc9

Please sign in to comment.