mirror of
https://github.com/oekazuma/svelte-meta-tags.git
synced 2025-12-11 20:15:14 +01:00
chore: update node & pnpm
This commit is contained in:
parent
f638f2538e
commit
e055b741fc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
3
.npmrc
@ -1,2 +1,3 @@
|
||||
engine-strict=true
|
||||
use-node-version=20.15.1
|
||||
use-node-version=20.16.0
|
||||
manage-package-manager-versions=true
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"]
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user