Skip to content

Commit a66a0c1

Browse files
authored
Merge pull request #144 from moneytree/upgrade-node
upgrade node
2 parents b1bcf85 + c3b62a7 commit a66a0c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
docker_defaults: &docker_defaults
44
docker:
5-
- image: circleci/node:12-stretch-browsers
5+
- image: cimg/node:18.14.2-browsers
66
working_directory: ~/mt-link-javascript-sdk
77

88
attach_workspace: &attach_workspace

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
18

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Moneytree",
1111
"license": "MIT",
1212
"scripts": {
13-
"build": "rm -rf dist && webpack",
13+
"build": "rm -rf dist && NODE_OPTIONS=--openssl-legacy-provider webpack",
1414
"prepareRelease": "npm run build && git add dist",
1515
"createChangelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
1616
"version": "npm run prepareRelease && npm run createChangelog",

0 commit comments

Comments
 (0)