You've already forked computing-box
Compare commits
3 Commits
v26.03.21-
...
v26.03.21.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52d129f50a | ||
|
c8b43a3f8f
|
|||
| 63e2c267fb |
@@ -95,8 +95,10 @@ jobs:
|
||||
PREV_TAG="$(
|
||||
git tag --list 'v*' \
|
||||
| grep -E '^v[0-9]{2}\.[0-9]{2}\.[0-9]{2}[a-z]$' \
|
||||
| grep -Fxv "$TAG" \
|
||||
| sort -V \
|
||||
| tail -n 1
|
||||
| tail -n 1 \
|
||||
|| true
|
||||
)"
|
||||
|
||||
if [ -n "$PREV_TAG" ]; then
|
||||
@@ -196,7 +198,7 @@ jobs:
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 22.22.1
|
||||
node-version: 25
|
||||
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.3.2-1.d",
|
||||
"version": "26.3.2-1.e",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "computing-box",
|
||||
"version": "26.3.2-1.d",
|
||||
"version": "26.3.2-1.e",
|
||||
"dependencies": {
|
||||
"astro": "^6.0.8"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "computing-box",
|
||||
"type": "module",
|
||||
"version": "26.3.2-1.d",
|
||||
"version": "26.3.2-1.e",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
|
||||
Reference in New Issue
Block a user