Skip to content

Commit c82130f

Browse files
authored
fix: downgrade node in publish flow (#16)
There's some nasty segfault being dealt with upstream in node itself. Until that gets fixed, lets use 20.x. Issue can be tracked here: nodejs/node#52797
1 parent 3e3aa54 commit c82130f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: actions/setup-node@v4
3434
with:
35-
node-version: 22.x
35+
node-version: 20.x
3636
registry-url: 'https://registry.npmjs.org'
3737
cache: 'npm'
3838
- run: npm ci

0 commit comments

Comments
 (0)