Skip to content

Commit

Permalink
Revert "test: Remove support for Node 18 (#736)"
Browse files Browse the repository at this point in the history
This reverts commit dc5f097. Node 18 removal PRs should be merged after Sumac is cut.
  • Loading branch information
brian-smith-tcril committed Sep 30, 2024
1 parent dc5f097 commit b794395
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]

steps:
- name: Checkout
Expand All @@ -18,7 +21,7 @@ jobs:
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm ci
- name: Validate package-lock.json changes
Expand Down

0 comments on commit b794395

Please sign in to comment.