Skip to content

Commit

Permalink
Update node-version to LTS and remove support node script
Browse files Browse the repository at this point in the history
  • Loading branch information
esme committed Apr 7, 2023
1 parent 979ffa0 commit 2514840
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.21.3
v18.15.0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"access": "public"
},
"scripts": {
"build": "node scripts/support_node_17+.js webpack",
"build": "webpack",
"build:test": "npm run build && npm run test",
"cover": "open coverage/lcov-report/index.html",
"eslint": "eslint src --ext .js",
Expand All @@ -21,8 +21,8 @@
"publish:patch": "npm publish --access public",
"publish:minor": "npm publish --access public",
"publish:major": "npm publish --access public",
"test:build": "node scripts/support_node_17+.js npx webpack --config webpack-test.config.js --mode development",
"test:watch": "node scripts/support_node_17+.js npx webpack --config webpack-test.config.js --mode development --watch",
"test:build": "npx webpack --config webpack-test.config.js --mode development",
"test:watch": "npx webpack --config webpack-test.config.js --mode development --watch",
"test:serve": "cross-env NODE_ENV=test npm run test:watch & jasmine-browser-runner serve --config=test/support/jasmine-browser.json",
"test": "cross-env NODE_ENV=test npm run test:build && jasmine-browser-runner runSpecs --config=test/support/jasmine-browser.json --browser=headlessChrome"
},
Expand Down
31 changes: 0 additions & 31 deletions scripts/support_node_17+.js

This file was deleted.

0 comments on commit 2514840

Please sign in to comment.