Skip to content

Commit 4d33d60

Browse files
authored
chore(deps): update Prettier and run CI only on Node 20 (#163)
1 parent 946de83 commit 4d33d60

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node: [18, 20]
16+
node: [20]
1717

1818
steps:
1919
- name: Clone repository

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"eslint-plugin-node": "^11.1.0",
6767
"eslint-plugin-prefer-arrow": "^1.2.3",
6868
"npm-run-all2": "^6.1.1",
69-
"pnpm": "^8.10.2",
70-
"prettier": "^3.0.3",
69+
"pnpm": "^8.10.3",
70+
"prettier": "^3.1.0",
7171
"rimraf": "^5.0.5",
7272
"typescript": "^5.2.2"
7373
}

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)