Skip to content

Commit

Permalink
chore(ses): remove Hermes CI Node matrix and use 22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Sep 11, 2024
1 parent 5374cfc commit df5a0e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 22.x]
platform: [ubuntu-latest]

steps:
Expand All @@ -250,10 +249,10 @@ jobs:
# without this, setup-node errors on mismatched yarn versions
- run: corepack enable

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 22.x
cache: yarn

- name: Echo node version
Expand Down

0 comments on commit df5a0e8

Please sign in to comment.