Skip to content

Commit

Permalink
Merge pull request #599 from artichoke/lopopolo/lock-node-version
Browse files Browse the repository at this point in the history
Lock node version to latest LTS
  • Loading branch information
lopopolo authored Dec 24, 2023
2 parents 6bb50a0 + 30b65cc commit 9d5a546
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Node.js toolchai
uses: actions/[email protected]
with:
node-version: 18
node-version: "lts/*"

- name: Install toolchain
run: npm ci
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install Node.js toolchain
uses: actions/[email protected]
with:
node-version: 18
node-version: "lts/*"

- name: Install toolchain
run: npm ci
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Install Node.js toolchain
uses: actions/[email protected]
with:
node-version: 18
node-version: "lts/*"

- name: Install toolchain
run: npm ci
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*

0 comments on commit 9d5a546

Please sign in to comment.