Skip to content

Commit

Permalink
Lock .nvmrcs to Node.js 12 (#281)
Browse files Browse the repository at this point in the history
This aligns with CI and runtime if you need an exact match. FWIW it's
generally workable to run latest/LTS locally on a project that targets
Node.js 12.
  • Loading branch information
72636c authored Dec 2, 2020
1 parent e6beeec commit dd63af8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/thick-days-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': patch
---

**template:** Lock `.nvmrc`s to Node.js 12
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
12
2 changes: 1 addition & 1 deletion template/oss-npm-package/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
12
2 changes: 1 addition & 1 deletion template/private-npm-package/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
12

0 comments on commit dd63af8

Please sign in to comment.