We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed431c2 commit a18e2a0Copy full SHA for a18e2a0
2 files changed
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- name: Use Node.js 20
18
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v3
19
with:
20
node-version: 20
21
- name: Build app via NPM
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "panda.play",
3
- "version": "1.5.3",
+ "version": "1.5.4",
4
"private": true,
5
"scripts": {
6
"dev": "vite",
0 commit comments