Skip to content

Commit

Permalink
ci: reference node lts to avoid need to bump in october
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jun 25, 2024
1 parent 2b32d3b commit 36c7ed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: yarn
node-version: 20.x
node-version: "lts/*"
registry-url: https://registry.npmjs.org
cache-dependency-path: labextension/yarn.lock

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
# actions/setup-node creates an .npmrc file that references NODE_AUTH_TOKEN
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: "lts/*"
registry-url: https://registry.npmjs.org

- name: Download artifacts from build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: yarn
node-version: 20.x
node-version: "lts/*"
registry-url: https://registry.npmjs.org
cache-dependency-path: labextension/yarn.lock

Expand Down

0 comments on commit 36c7ed7

Please sign in to comment.