File tree 9 files changed +9
-9
lines changed
_template/.github/workflows
v7-full-featured-performance/.github/workflows
v7-image-optimization/.github/workflows
v7-jwt-verification/.github/workflows
v7-nextjs/.github/workflows
v7-nextjs-app-router/.github/workflows
v7-nuxt3/.github/workflows
v7-qwik/.github/workflows
v7-react/.github/workflows
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : 16
14
+ node-version : 18
15
15
- run : if [ -f yarn.lock ]; then yarn install; else npm ci; fi
16
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
17
env :
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v1
12
12
- uses : actions/setup-node@v1
13
13
with :
14
- node-version : 16
14
+ node-version : 18
15
15
- run : npm ci
16
16
- run : npm run edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN
17
17
env :
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : 16
14
+ node-version : 18
15
15
- run : if [ -f yarn.lock ]; then yarn install; else npm ci; fi
16
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
17
env :
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : 16
14
+ node-version : 18
15
15
- run : if [ -f yarn.lock ]; then yarn install; else npm ci; fi
16
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
17
env :
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : 16
14
+ node-version : 18
15
15
- run : if [ -f yarn.lock ]; then yarn install; else npm ci; fi
16
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
17
env :
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : 16
14
+ node-version : 18
15
15
- run : if [ -f yarn.lock ]; then yarn install; else npm ci; fi
16
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
17
env :
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : 16
14
+ node-version : 18
15
15
- run : if [ -f yarn.lock ]; then yarn install; else npm ci; fi
16
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
17
env :
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : 16
14
+ node-version : 18
15
15
- run : if [ -f yarn.lock ]; then yarn install; else npm ci; fi
16
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
17
env :
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : 16
14
+ node-version : 18
15
15
- run : if [ -f yarn.lock ]; then yarn install; else npm ci; fi
16
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
17
env :
You can’t perform that action at this time.
0 commit comments