Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/markdownlint-cli-0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought authored Feb 15, 2024
2 parents 87e35ec + fe2582a commit e5c7cbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"node": ">=14"
},
"devDependencies": {
"aedes": "^0.48.0",
"aedes": "^0.51.0",
"license-checker": "^25.0.1",
"markdownlint-cli": "^0.39.0",
"mqtt": "^4.3.7",
Expand Down

0 comments on commit e5c7cbb

Please sign in to comment.