Skip to content

Commit 58b6012

Browse files
committed
ci: use node20
1 parent 6c510f8 commit 58b6012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: lts/*
20+
node-version: 20
2121
- name: Install
2222
run: npm install --no-package-lock --force
2323
- name: Test

0 commit comments

Comments
 (0)