Skip to content

Commit e953267

Browse files
authored
Merge pull request #252 from elm-explorations/ci-remove-old-node-versions
Update CI test matrix
2 parents 7c8e682 + 37c10f3 commit e953267

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
# Run on Mac and Linux, for multiple Node versions
1818
os: [macos-latest, ubuntu-latest]
19-
node: ['8', '10', '12', '14']
19+
node: ['16', '18', '20', '22', '24']
2020

2121
env:
2222
ELM_HOME: '${{ github.workspace }}/elm-home'
@@ -32,7 +32,7 @@ jobs:
3232

3333
# Install elm and cache ELM_HOME
3434
- name: Install elm
35-
uses: mpizenberg/elm-tooling-action@v1.2
35+
uses: mpizenberg/elm-tooling-action@v1.7
3636
with:
3737
cache-key: tests-${{ matrix.os }}-node${{ matrix.node }}-0
3838
cache-restore-key: tests-${{ matrix.os }}-node${{ matrix.node }}
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Install elm-format
5252
- name: Install elm-format
53-
uses: mpizenberg/elm-tooling-action@v1.2
53+
uses: mpizenberg/elm-tooling-action@v1.7
5454
with:
5555
cache-key: format-${{ matrix.os }}-node${{ matrix.node }}-0
5656
cache-restore-key: format-${{ matrix.os }}-node${{ matrix.node }}

0 commit comments

Comments
 (0)