Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent f825532 commit 234c2b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm install
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"updated": "./node_modules/.bin/lerna changed"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-jshint": "^2.1.0",
"gulp-minify": "^3.1.0",
"gulp-rename": "^2.0.0",
"jshint": "^2.13.6",
"lerna": "^7.4.1"
"lerna": "^8.0.0"
},
"private": true
}

0 comments on commit 234c2b0

Please sign in to comment.