Skip to content

Commit

Permalink
Lock node version with nvm latest lts syntax in local dev and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Dec 24, 2023
1 parent b4916dc commit 868fb4e
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 868fb4e

Please sign in to comment.