Skip to content

Commit 5ac4146

Browse files
committed
Add/update Plasmic workflow
1 parent db313c2 commit 5ac4146

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/plasmic.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Plasmic workflow v3
1+
# Plasmic workflow v4
22
name: Sync, build and deploy Plasmic app
33

44
permissions:
55
contents: write
6+
pages: write
67

78
on:
89
repository_dispatch:
@@ -20,10 +21,10 @@ jobs:
2021
persist-credentials: false
2122
fetch-depth: 0
2223
- id: node
23-
name: Setting up node v16...
24-
uses: actions/setup-node@v2
24+
name: Setting up node v18...
25+
uses: actions/setup-node@v3
2526
with:
26-
node-version: "16"
27+
node-version: "18"
2728
- id: cache
2829
name: Recovering cache...
2930
uses: actions/cache@v2

0 commit comments

Comments
 (0)