0
mirror of https://github.com/valentineus/popov.link.git synced 2025-10-22 09:04:05 +03:00

1 Commits

Author SHA1 Message Date
dependabot[bot]
48c43e83b5 chore(deps): bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 09:43:25 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version: 22
- name: Install dependencies

12
package-lock.json generated
View File

@@ -35,9 +35,9 @@
}
},
"node_modules/@astrojs/check": {
"version": "0.9.5",
"resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.5.tgz",
"integrity": "sha512-88vc8n2eJ1Oua74yXSGo/8ABMeypfQPGEzuoAx2awL9Ju8cE6tZ2Rz9jVx5hIExHK5gKVhpxfZj4WXm7e32g1w==",
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.4.tgz",
"integrity": "sha512-IOheHwCtpUfvogHHsvu0AbeRZEnjJg3MopdLddkJE70mULItS/Vh37BHcI00mcOJcH1vhD3odbpvWokpxam7xA==",
"license": "MIT",
"dependencies": {
"@astrojs/language-server": "^2.15.0",
@@ -2564,9 +2564,9 @@
}
},
"node_modules/astro": {
"version": "5.14.7",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.14.7.tgz",
"integrity": "sha512-vdZmRN2MFf60ZTjFkZNrQQkrmeeZzTI1c6N3ZRQN55rPGHjywM2VplJwJ68q496DfpaoDoAroDBpdm+eTgHUtQ==",
"version": "5.14.6",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.14.6.tgz",
"integrity": "sha512-MSdjKt2W2a56x868DqDWgbfw4D689/8EGhHG4465h7eivTI237u1aBx4iJvgI6WfgdUE61+coAvMjUkEvOWbpA==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.12.2",