Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
repository-projects: write
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: gh pr merge ${{ github.event.pull_request.html_url }} --auto --squash
- run: gh pr review ${{ github.event.pull_request.html_url }} --approve
env:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: npm ci --ignore-scripts
- run: npm run build
- run: npm run test
Expand All @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: npm ci --ignore-scripts
- run: npm run build
- run: npm run lint
Expand All @@ -46,7 +46,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: npm ci
- run: npm run spec-turtle
- run: npm run spec-ntriples
Expand All @@ -56,7 +56,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: 14.x
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: 22.x
Expand Down
Loading