You've already forked computing-box
Compare commits
3 Commits
v26.04.09.
...
v26.04.09.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "computing-box",
|
||||
"version": "26.4.0-9.a",
|
||||
"version": "26.4.0-9.b",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "computing-box",
|
||||
"version": "26.4.0-9.a",
|
||||
"version": "26.4.0-9.b",
|
||||
"dependencies": {
|
||||
"astro": "^6.1.1"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "computing-box",
|
||||
"type": "module",
|
||||
"version": "26.4.0-9.a",
|
||||
"version": "26.4.0-9.b",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
|
||||
Reference in New Issue
Block a user