Skip to content

Commit

Permalink
[CI] Remove older NodeJS version for LTS 20 + 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Brazeilles committed Jul 30, 2024
1 parent 097a2bd commit 464bcd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mjml-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x, 18.x, 20.x]
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Run linting & tests
run: |
run: |
yarn install
yarn build
yarn lint
Expand Down

0 comments on commit 464bcd2

Please sign in to comment.