Skip to content

Commit 356bc7a

Browse files
authored
Always use LTS Node.js version in CI
1 parent 250b555 commit 356bc7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-libraries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v6
1515

16-
- name: Use Node.js 20.x
16+
- name: Use Node.js LTS
1717
uses: actions/setup-node@v6
1818
with:
19-
node-version: 20.x
19+
node-version: "lts/*"
2020
cache: yarn
2121

2222
- name: Install

0 commit comments

Comments
 (0)