Skip to content

Commit 5e26d96

Browse files
authored
Merge pull request #133 from tharropoulos/master
ci: update ci dependencies
2 parents 7bdcfb6 + 1eb05e0 commit 5e26d96

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ jobs:
2121
ref: ${{ github.event.pull_request.head.sha || github.ref }}
2222
- uses: actions/setup-node@v3
2323
with:
24-
node-version: 'lts/*'
24+
node-version: '22'
2525
cache: npm
26+
- uses: actions/setup-java@v5
27+
with:
28+
distribution: 'temurin'
29+
java-version: '21'
2630
- uses: actions/cache@v3
2731
with:
2832
path: |

0 commit comments

Comments
 (0)