Skip to content

Commit

Permalink
Merge branch 'Current' of ssh://github.com/Playform/Delete into Current
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 8, 2024
2 parents 25193e4 + bc729d1 commit ec88c03
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
VCPKG_DISABLE_METRICS: 1

steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1

- uses: cloudflare/wrangler-action@v3.8.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1

- uses: actions/setup-node@v4.0.4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
node-version: [18, 19, 20]

steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1

- uses: pnpm/action-setup@v4.0.0
with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"zod": "3.23.8"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240925.0",
"@cloudflare/workers-types": "4.20241004.0",
"@playform/build": "0.1.7",
"@types/node": "22.7.4"
"@types/node": "22.7.5"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit ec88c03

Please sign in to comment.