Skip to content

Commit

Permalink
Merge pull request #59 from nix6839/meta-tweaks
Browse files Browse the repository at this point in the history
chore: meta tweaks
  • Loading branch information
nix6839 authored May 17, 2024
2 parents 82f70ca + 389a04b commit 299f9f8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"format:check": "prettier --check '**/*.{ts,js,md,json,yml,yaml}' && sort-package-json --check"
},
"devDependencies": {
"@types/node": "^18.19.31",
"@types/node": "^18.19.33",
"prettier": "^3.2.5",
"sort-package-json": "^2.10.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
"prettier": "^3.2.5"
},
"packageManager": "pnpm@9.0.6+sha512.f6d863130973207cb7a336d6b439a242a26ac8068077df530d6a86069419853dc1ffe64029ec594a9c505a3a410d19643c870aba6776330f5cfddcf10a9c1617"
"packageManager": "pnpm@9.1.1+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195"
}
33 changes: 9 additions & 24 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 299f9f8

Please sign in to comment.