Skip to content

Commit 2adf485

Browse files
authored
Only node 20 available on Windows ARM
1 parent 1694579 commit 2adf485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prebuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup node
4545
uses: actions/setup-node@v3
4646
with:
47-
node-version: 18
47+
node-version: 20
4848
- run: npm install
4949
- run: npm run build
5050
- run: npm test

0 commit comments

Comments
 (0)