Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 27, 2024
1 parent 0a30b45 commit 79d3de7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
name: main
on:
- pull_request
- push
jobs:
main:
name: ${{matrix.node}}
Expand All @@ -17,5 +13,9 @@ jobs:
strategy:
matrix:
node:
- lts/gallium
- lts/iron
- lts/hydrogen
- node
name: main
on:
- pull_request
- push
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
"zwitch": "^2.0.4"
},
"devDependencies": {
"@types/node": "^20.0.0",
"c8": "^9.0.0",
"@types/node": "^22.0.0",
"c8": "^10.0.0",
"hastscript": "^9.0.0",
"prettier": "^3.0.0",
"remark-cli": "^12.0.0",
"remark-preset-wooorm": "^10.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"unist-builder": "^4.0.0",
"xo": "^0.58.0"
"xo": "^0.59.0"
},
"scripts": {
"prepack": "npm run build && npm run format",
Expand Down

0 comments on commit 79d3de7

Please sign in to comment.