Skip to content

Commit e90bf43

Browse files
authored
Use lts node in CI (#3)
1 parent e91ac53 commit e90bf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Use Node.js
2929
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
3030
with:
31-
node-version: latest
31+
node-version: "lts/*"
3232
cache: "npm"
3333

3434
- name: Install dependencies

0 commit comments

Comments
 (0)