This commit is contained in:
parent
d97a5551d9
commit
fa8685fee3
@ -18,9 +18,9 @@ jobs:
|
|||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: https://gitee.com/github-actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 18.20.3
|
node-version: 20.16.0
|
||||||
registry-url: ${{ vars.REGISTRY_URL }}
|
registry-url: ${{ vars.REGISTRY_URL }}
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node": "^18.20.3",
|
"node": "^20.16.0",
|
||||||
"moment": "^2.30.1"
|
"moment": "^2.30.1"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.7.0"
|
"packageManager": "pnpm@9.7.0"
|
||||||
|
@ -12,8 +12,8 @@ importers:
|
|||||||
specifier: ^2.30.1
|
specifier: ^2.30.1
|
||||||
version: 2.30.1
|
version: 2.30.1
|
||||||
node:
|
node:
|
||||||
specifier: ^18.20.3
|
specifier: ^20.16.0
|
||||||
version: 18.20.4
|
version: 20.17.0
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@ -23,8 +23,8 @@ packages:
|
|||||||
node-bin-setup@1.1.3:
|
node-bin-setup@1.1.3:
|
||||||
resolution: {integrity: sha512-opgw9iSCAzT2+6wJOETCpeRYAQxSopqQ2z+N6BXwIMsQQ7Zj5M8MaafQY8JMlolRR6R1UXg2WmhKp0p9lSOivg==}
|
resolution: {integrity: sha512-opgw9iSCAzT2+6wJOETCpeRYAQxSopqQ2z+N6BXwIMsQQ7Zj5M8MaafQY8JMlolRR6R1UXg2WmhKp0p9lSOivg==}
|
||||||
|
|
||||||
node@18.20.4:
|
node@20.17.0:
|
||||||
resolution: {integrity: sha512-7kNnwQLq7hjLAKkku5Ig77yGmvFzriLwF83zg8BV13QEG3KGh5UGAT0O+TPK9N+AQbdf02LmFBXKbuGcHNfMLA==}
|
resolution: {integrity: sha512-zjgqs6fjta3bWGrwCmtT42gIkupAmvdq5QerbnCgNiQHE+3HrYSXuNrTw5sxQAHG2sZGgMVCxsXQ5OXLV+dkjw==}
|
||||||
engines: {npm: '>=5.0.0'}
|
engines: {npm: '>=5.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
@ -34,6 +34,6 @@ snapshots:
|
|||||||
|
|
||||||
node-bin-setup@1.1.3: {}
|
node-bin-setup@1.1.3: {}
|
||||||
|
|
||||||
node@18.20.4:
|
node@20.17.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
node-bin-setup: 1.1.3
|
node-bin-setup: 1.1.3
|
||||||
|
Loading…
Reference in New Issue
Block a user