Skip to content

Commit bbc03fd

Browse files
committed
fix: install node20
1 parent cc4fe05 commit bbc03fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020
- uses: actions/setup-node@v6
2121
with:
22+
node-version: "20"
2223
registry-url: "https://registry.npmjs.org"
2324
- name: Setup dependencies
2425
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions/checkout@v5
1212
- uses: actions/setup-node@v6
1313
with:
14+
node-version: "20"
1415
registry-url: "https://registry.npmjs.org"
1516
- name: Setup dependencies
1617
run: |

0 commit comments

Comments
 (0)