We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353fdbd commit b21e7e7Copy full SHA for b21e7e7
.github/workflows/edgio.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
with:
14
- node-version: 16
+ node-version: 18
15
- run: if [ -f yarn.lock ]; then yarn install; else npm ci; fi
16
- run: if [ -f yarn.lock ]; then yarn edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; else npm run edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; fi
17
env:
0 commit comments