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 a18e2a0 commit c4ae76aCopy full SHA for c4ae76a
2 files changed
.github/workflows/deploy.yml
@@ -13,9 +13,9 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
- name: Use Node.js 20
18
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
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.4",
+ "version": "1.5.5",
4
"private": true,
5
"scripts": {
6
"dev": "vite",
0 commit comments