Skip to content

Commit

Permalink
DEV: CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Brien committed Jul 3, 2024
1 parent 76dc5ca commit 1c0c942
Show file tree
Hide file tree
Showing 3 changed files with 1,240 additions and 506 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '11'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
Loading

0 comments on commit 1c0c942

Please sign in to comment.