Skip to content

Commit 36c7ed7

Browse files
committed
ci: reference node lts to avoid need to bump in october
1 parent 2b32d3b commit 36c7ed7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/setup-node@v4
4242
with:
4343
cache: yarn
44-
node-version: 20.x
44+
node-version: "lts/*"
4545
registry-url: https://registry.npmjs.org
4646
cache-dependency-path: labextension/yarn.lock
4747

@@ -121,7 +121,7 @@ jobs:
121121
# actions/setup-node creates an .npmrc file that references NODE_AUTH_TOKEN
122122
- uses: actions/setup-node@v4
123123
with:
124-
node-version: 18.x
124+
node-version: "lts/*"
125125
registry-url: https://registry.npmjs.org
126126

127127
- name: Download artifacts from build

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/setup-node@v4
4646
with:
4747
cache: yarn
48-
node-version: 20.x
48+
node-version: "lts/*"
4949
registry-url: https://registry.npmjs.org
5050
cache-dependency-path: labextension/yarn.lock
5151

0 commit comments

Comments
 (0)