Skip to content

Commit a18e2a0

Browse files
committed
✅ v1.5.4
1 parent ed431c2 commit a18e2a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Use Node.js 20
18-
uses: actions/setup-node@v4
18+
uses: actions/setup-node@v3
1919
with:
2020
node-version: 20
2121
- name: Build app via NPM

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "panda.play",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)