We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c09b8 commit 5f140f1Copy full SHA for 5f140f1
1 file changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- node-version: [ 18.x, 20.x ]
+ node-version: [ 20.x, 22.x, 24.x ]
19
os: [ windows-latest, ubuntu-latest, macOS-latest ]
20
21
# Go
@@ -67,7 +67,7 @@ jobs:
67
- name: Set up Node.js
68
uses: actions/setup-node@v4
69
with:
70
- node-version: 18
+ node-version: 24
71
registry-url: https://registry.npmjs.org/
72
73
# Publish to npm
0 commit comments