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="$(
|
PREV_TAG="$(
|
||||||
git tag --list 'v*' \
|
git tag --list 'v*' \
|
||||||
| grep -E '^v[0-9]{2}\.[0-9]{2}\.[0-9]{2}[a-z]$' \
|
| grep -E '^v[0-9]{2}\.[0-9]{2}\.[0-9]{2}[a-z]$' \
|
||||||
|
| grep -Fxv "$TAG" \
|
||||||
| sort -V \
|
| sort -V \
|
||||||
| tail -n 1
|
| tail -n 1 \
|
||||||
|
|| true
|
||||||
)"
|
)"
|
||||||
|
|
||||||
if [ -n "$PREV_TAG" ]; then
|
if [ -n "$PREV_TAG" ]; then
|
||||||
@@ -196,7 +198,7 @@ jobs:
|
|||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 22.22.1
|
node-version: 25
|
||||||
cache: npm
|
cache: npm
|
||||||
|
|
||||||
- name: Check Node version
|
- name: Check Node version
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "computing-box",
|
"name": "computing-box",
|
||||||
"version": "26.3.2-1.d",
|
"version": "26.3.2-1.e",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "computing-box",
|
"name": "computing-box",
|
||||||
"version": "26.3.2-1.d",
|
"version": "26.3.2-1.e",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^6.0.8"
|
"astro": "^6.0.8"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "computing-box",
|
"name": "computing-box",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "26.3.2-1.d",
|
"version": "26.3.2-1.e",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
|
|||||||
Reference in New Issue
Block a user