Skip to content

Commit

Permalink
feat(2683): nodejs upgrade (#14)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 18 upgrade && eslint upgrade
  • Loading branch information
klu909 authored Nov 28, 2022
1 parent e9d768a commit 7e7337d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ artifacts/
npm-debug.log
.DS_STORE
.*.swp
package-lock.json
.nyc_output/
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screwdriver-cache-bookend",
"version": "2.0.0",
"version": "3.0.0",
"description": "sd.cd bookend for restoring build cache",
"main": "index.js",
"scripts": {
Expand All @@ -22,19 +22,19 @@
"author": "",
"contributors": [],
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^7.5.0",
"eslint-config-screwdriver": "^5.0.1",
"mocha": "^8.1.1",
"chai": "^4.3.7",
"eslint": "^8.28.0",
"eslint-config-screwdriver": "^7.0.0",
"mocha": "^10.1.0",
"mocha-multi-reporters": "^1.5.1",
"mocha-sonarqube-reporter": "^1.0.2",
"nyc": "^15.0.0",
"nyc": "^15.1.0",
"mockery": "^2.1.0",
"sinon": "^7.0.0"
"sinon": "^14.0.2"
},
"dependencies": {
"@hapi/hoek": "^9.0.4",
"screwdriver-build-bookend": "^3.0.0"
"@hapi/hoek": "^10.0.1",
"screwdriver-build-bookend": "^4.0.0"
},
"release": {
"branches": [
Expand Down
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
shared:
image: node:12
image: node:18

jobs:
main:
Expand Down

0 comments on commit 7e7337d

Please sign in to comment.