You've already forked computing-box
Compare commits
9 Commits
v26.04.09.
...
v26.04.15.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77b21dd42c | ||
| da3c17456c | |||
|
|
fd16b4fc53 | ||
|
|
3c8f0894b0 | ||
| 7d1c318840 | |||
|
|
846f207a4d | ||
|
|
b95c2c4bc3 | ||
| 0373262a4a | |||
|
|
93c8ffec22 |
@@ -199,7 +199,7 @@ jobs:
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 25
|
||||
node-version: 24
|
||||
cache: npm
|
||||
|
||||
- name: Check Node version
|
||||
|
||||
10
package-lock.json
generated
10
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "computing-box",
|
||||
"version": "26.4.0-9.a",
|
||||
"version": "26.4.1-5.a",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "computing-box",
|
||||
"version": "26.4.0-9.a",
|
||||
"version": "26.4.1-5.a",
|
||||
"dependencies": {
|
||||
"astro": "^6.1.1"
|
||||
}
|
||||
@@ -1711,9 +1711,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/astro": {
|
||||
"version": "6.1.5",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-6.1.5.tgz",
|
||||
"integrity": "sha512-AJVw/JlssxUCBFi3Hp4djL8Pt7wUQqStBBawCd8cNGBBM2lBzp/rXGguzt4OcMfW+86fs0hpFwMyopHM2r6d3g==",
|
||||
"version": "6.1.7",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-6.1.7.tgz",
|
||||
"integrity": "sha512-pvZysIUV2C2nRv8N7cXAkCLcfDQz/axAxF09SqiTz1B+xnvbhy6KzL2I6J15ZBXk8k0TfMD75dJ151QyQmAqZA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^3.0.1",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "computing-box",
|
||||
"type": "module",
|
||||
"version": "26.4.0-9.a",
|
||||
"version": "26.4.1-5.a",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
|
||||
Reference in New Issue
Block a user