Skip to content

Commit

Permalink
Merge pull request #209 from artichoke/lopopolo/lock-node-version
Browse files Browse the repository at this point in the history
Lock node version with nvm latest lts syntax in local dev and CI
  • Loading branch information
lopopolo authored Dec 24, 2023
2 parents b4916dc + 868fb4e commit 9393450
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4.1.1

- name: Setup Node.js runtime
uses: actions/setup-node@v4.0.1
with:
node-version: "lts/*"

- name: Install toolchain
run: npm ci

Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts
lts/*

0 comments on commit 9393450

Please sign in to comment.