Skip to content

Commit 5f140f1

Browse files
authored
chore: drop node 18, add node 22 and 24 to CI
1 parent 25c09b8 commit 5f140f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
node-version: [ 18.x, 20.x ]
18+
node-version: [ 20.x, 22.x, 24.x ]
1919
os: [ windows-latest, ubuntu-latest, macOS-latest ]
2020

2121
# Go
@@ -67,7 +67,7 @@ jobs:
6767
- name: Set up Node.js
6868
uses: actions/setup-node@v4
6969
with:
70-
node-version: 18
70+
node-version: 24
7171
registry-url: https://registry.npmjs.org/
7272

7373
# Publish to npm

0 commit comments

Comments
 (0)