chore: update node & pnpm

This commit is contained in:
oekazuma 2024-08-14 11:14:22 +09:00
parent f638f2538e
commit e055b741fc
5 changed files with 13 additions and 8 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.15.1'
node-version: '20.16.0'
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.15.1'
node-version: '20.16.0'
cache: pnpm
- run: pnpm install --frozen-lockfile
- name: Create Release Pull Request or Publish to npm

3
.npmrc
View File

@ -1,2 +1,3 @@
engine-strict=true
use-node-version=20.15.1
use-node-version=20.16.0
manage-package-manager-versions=true

View File

@ -24,8 +24,8 @@
"prettier-plugin-svelte": "^3.2.6",
"typescript-eslint": "^8.1.0"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.7.0",
"engines": {
"pnpm": "^9.0.0"
"pnpm": "^9.7.0"
}
}

View File

@ -17,7 +17,12 @@
},
{
"groupName": "linters",
"matchPackagePrefixes": ["eslint", "@typescript-eslint/", "prettier"]
"matchPackagePrefixes": [
"eslint",
"typescript-eslint",
"publint",
"globals"
]
},
{
"groupName": "typescript",
@ -31,6 +36,5 @@
"ignorePaths": ["tests/svelte-3/**/*"],
"packagePatterns": ["*"]
}
],
"ignoreDeps": ["pnpm"]
]
}