Skip to content

Commit 59c131d

Browse files
committed
update version package and github workflow ver
1 parent 1ac9c06 commit 59c131d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
publish:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4.1.7
15+
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: 20

.github/workflows/vitepress-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
deploy:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4.1.7
17+
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v3
1919
with:
2020
node-version: 20

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structurajs",
3-
"version": "0.12.0",
3+
"version": "0.12.5",
44
"description": "A very fast and lightweight Typescript library to create immutable states with a mutable syntax",
55
"homepage": "https://giusepperaso.github.io/structura.js/",
66
"repository": {

0 commit comments

Comments
 (0)