Skip to content

Commit b21e7e7

Browse files
committed
Publishing example examples/v7-vuejs
1 parent 353fdbd commit b21e7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/edgio.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 18
1515
- run: if [ -f yarn.lock ]; then yarn install; else npm ci; fi
1616
- run: if [ -f yarn.lock ]; then yarn edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; else npm run edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; fi
1717
env:

0 commit comments

Comments
 (0)