Skip to content

Commit

Permalink
Update dev dependencies (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Aug 26, 2023
1 parent ae2d737 commit d2db49c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
name: ${{matrix.node}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dcodeIO/setup-node-nvm@v4
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{matrix.node}}
- run: npm install
- run: npm test
strategy:
matrix:
node:
- lts/fermium
- lts/gallium
- node
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"unified-language-server": "^3.0.0"
},
"devDependencies": {
"prettier": "^2.0.0",
"prettier": "^3.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"type-coverage": "^2.0.0",
"xo": "^0.50.0"
"xo": "^0.56.0"
},
"scripts": {
"build": "tsc && type-coverage",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
"test": "npm run build && npm run format"
},
"prettier": {
Expand Down

0 comments on commit d2db49c

Please sign in to comment.