Skip to content

Commit 52d5dbe

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 46f1f39 commit 52d5dbe

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/Auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- run: |
6060
git config user.name "Auto"
61-
git config user.email "auto@playform.cloud"
61+
git config user.email "Commit@PlayForm.Cloud"
6262
git add .
6363
git commit -a --allow-empty-message -m ""
6464

.github/workflows/NPM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v4.2.2
6161

62-
- uses: actions/setup-node@v4.2.0
62+
- uses: actions/setup-node@v4.3.0
6363
with:
6464
node-version: "18"
6565
registry-url: "https://registry.npmjs.org"

.github/workflows/Node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
--unsafe-perm=true
7777
]
7878
79-
- uses: actions/setup-node@v4.2.0
79+
- uses: actions/setup-node@v4.3.0
8080
with:
8181
node-version: ${{ matrix.node-version }}
8282
cache: "pnpm"
@@ -88,7 +88,7 @@ jobs:
8888
- run: pnpm run prepublishOnly
8989
working-directory: .
9090

91-
- uses: actions/upload-artifact@v4.6.1
91+
- uses: actions/upload-artifact@v4.6.2
9292
with:
9393
name: .-Node-${{ matrix.node-version }}-Target
9494
path: ./Target

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"util": "0.12.5"
4040
},
4141
"devDependencies": {
42-
"@playform/build": "0.2.1",
42+
"@playform/build": "0.2.2",
4343
"@types/glob-stream": "8.0.2",
4444
"@types/node": "22.14.0",
4545
"@types/prettier": "3.0.0"

0 commit comments

Comments
 (0)