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 17bf564 commit 1f90b23Copy full SHA for 1f90b23
2 files changed
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
app-id: ${{ secrets.ECOSCRIPT_APP_ID }}
20
private-key: ${{ secrets.ECOSCRIPT_APP_PRIVATE_KEY }}
21
- uses: actions/checkout@v6
22
- - uses: pnpm/action-setup@v4
+ - uses: pnpm/action-setup@v5
23
- uses: actions/setup-node@v6
24
with:
25
cache: pnpm
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
name: Lint & Build
steps:
26
27
28
@@ -44,7 +44,7 @@ jobs:
44
node-version: current
45
46
47
48
49
50
0 commit comments