Skip to content

Commit

Permalink
Node 18 on CI as well
Browse files Browse the repository at this point in the history
  • Loading branch information
raimohanska committed Oct 3, 2023
1 parent c494b58 commit 2e68f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
--health-retries 5
strategy:
matrix:
node-version: [15.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 2e68f11

Please sign in to comment.