Skip to content

Commit dd63af8

Browse files
authored
Lock .nvmrcs to Node.js 12 (#281)
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.
1 parent e6beeec commit dd63af8

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.changeset/thick-days-cross.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'skuba': patch
3+
---
4+
5+
**template:** Lock `.nvmrc`s to Node.js 12

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/*
1+
12

template/oss-npm-package/.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/*
1+
12

template/private-npm-package/.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/*
1+
12

0 commit comments

Comments
 (0)