Skip to content

Commit 94f249c

Browse files
committed
chore: Pin node builder to 20 on the publish job
1 parent bcf1ffd commit 94f249c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: "Setup Node"
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: latest
22+
node-version: 20
2323
registry-url: "https://registry.npmjs.org"
2424

2525
- name: "npm ci"

0 commit comments

Comments
 (0)