Skip to content

Commit

Permalink
Update CI to match the latest server node version
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Jun 7, 2023
1 parent b5c095d commit 4779827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, v16.16.0, 18.x, '*']
node-version: [14.x, 16.x, 18.x, v18.16, '*']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 4779827

Please sign in to comment.