Skip to content

Commit

Permalink
chore(deps): update Prettier and run CI only on Node 20 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Nov 13, 2023
1 parent 946de83 commit 4d33d60
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18, 20]
node: [20]

steps:
- name: Clone repository
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"npm-run-all2": "^6.1.1",
"pnpm": "^8.10.2",
"prettier": "^3.0.3",
"pnpm": "^8.10.3",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
}
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d33d60

Please sign in to comment.