Skip to content

Commit c26dfc2

Browse files
committed
chore: Add Node.js 24 to workflows. Remove Node 18
1 parent 30a353b commit c26dfc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node: ["18.20.2", "20.13.1", "22.2.0"]
16+
node: ["20.13.1", "22.2.0", "24.4.1"]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
@@ -76,7 +76,7 @@ jobs:
7676
- name: Download test results
7777
uses: actions/download-artifact@v4
7878
with:
79-
name: coverage-18.20.2
79+
name: coverage-22.2.0
8080
path: coverage
8181
- name: Coveralls
8282
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)