Skip to content

Commit d119cf6

Browse files
authored
Merge pull request #10 from Tradeshift/devprod-1561-bump-node
fix: bump node version from 12 to 16 and create .nvmrc file to pin node version for the project and .npmrc file to specify which registry to fetch from
2 parents 6fd8743 + 043fb87 commit d119cf6

File tree

4 files changed

+7768
-1665
lines changed

4 files changed

+7768
-1665
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@tradeshift:registry=https://registry.npmjs.com
2+
legacy-peer-deps=true

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ inputs:
2727
required: false
2828

2929
runs:
30-
using: node12
30+
using: node16
3131
main: dist/index.js

0 commit comments

Comments
 (0)