Skip to content

Commit

Permalink
Merge pull request #7 from foooomio/node20
Browse files Browse the repository at this point in the history
Update for node 20
  • Loading branch information
foooomio authored Jan 25, 2024
2 parents c1ce4d1 + 5a16234 commit 08bd7b6
Show file tree
Hide file tree
Showing 9 changed files with 3,482 additions and 8,959 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
Expand All @@ -25,10 +25,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm test
- run: npm run build
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ GitHub Action to setup Apache Jena
```yml
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17 # Jena4 requires Java 11+
- uses: foooomio/setup-jena@v2
- uses: foooomio/setup-jena@v3
- run: sparql --version
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
required: false
default: 'latest'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'share-2'
Expand Down
Loading

0 comments on commit 08bd7b6

Please sign in to comment.