Skip to content

Commit 52bfb9b

Browse files
authored
Merge pull request #1799 from PeterDaveHello/updateDependenciesBaseline
Update minimum required node.js version to v12 with npm package dependencies
2 parents b09a472 + 500fe78 commit 52bfb9b

File tree

4 files changed

+2469
-1546
lines changed

4 files changed

+2469
-1546
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [10.x, 12.x]
13+
node-version: [12.x]
1414

1515
steps:
1616
- uses: actions/checkout@v2

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v10.20.1
1+
v12.22.12

0 commit comments

Comments
 (0)