diff --git a/_template/.github/workflows/edgio.yml b/_template/.github/workflows/edgio.yml index 1bf9c5f7e..6dcabdce0 100644 --- a/_template/.github/workflows/edgio.yml +++ b/_template/.github/workflows/edgio.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: if [ -f yarn.lock ]; then yarn install; else npm ci; fi - run: if [ -f yarn.lock ]; then yarn edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; else npm run edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; fi env: diff --git a/examples/v7-full-featured-performance/.github/workflows/edgio.yml b/examples/v7-full-featured-performance/.github/workflows/edgio.yml index 54569e948..661f5aa82 100644 --- a/examples/v7-full-featured-performance/.github/workflows/edgio.yml +++ b/examples/v7-full-featured-performance/.github/workflows/edgio.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - run: npm ci - run: npm run edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN env: diff --git a/examples/v7-image-optimization/.github/workflows/edgio.yml b/examples/v7-image-optimization/.github/workflows/edgio.yml index 1bf9c5f7e..6dcabdce0 100644 --- a/examples/v7-image-optimization/.github/workflows/edgio.yml +++ b/examples/v7-image-optimization/.github/workflows/edgio.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: if [ -f yarn.lock ]; then yarn install; else npm ci; fi - run: if [ -f yarn.lock ]; then yarn edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; else npm run edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; fi env: diff --git a/examples/v7-jwt-verification/.github/workflows/edgio.yml b/examples/v7-jwt-verification/.github/workflows/edgio.yml index 1bf9c5f7e..6dcabdce0 100644 --- a/examples/v7-jwt-verification/.github/workflows/edgio.yml +++ b/examples/v7-jwt-verification/.github/workflows/edgio.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: if [ -f yarn.lock ]; then yarn install; else npm ci; fi - run: if [ -f yarn.lock ]; then yarn edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; else npm run edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; fi env: diff --git a/examples/v7-nextjs-app-router/.github/workflows/edgio.yml b/examples/v7-nextjs-app-router/.github/workflows/edgio.yml index 1bf9c5f7e..6dcabdce0 100644 --- a/examples/v7-nextjs-app-router/.github/workflows/edgio.yml +++ b/examples/v7-nextjs-app-router/.github/workflows/edgio.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: if [ -f yarn.lock ]; then yarn install; else npm ci; fi - run: if [ -f yarn.lock ]; then yarn edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; else npm run edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; fi env: diff --git a/examples/v7-nextjs/.github/workflows/edgio.yml b/examples/v7-nextjs/.github/workflows/edgio.yml index 1bf9c5f7e..6dcabdce0 100644 --- a/examples/v7-nextjs/.github/workflows/edgio.yml +++ b/examples/v7-nextjs/.github/workflows/edgio.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: if [ -f yarn.lock ]; then yarn install; else npm ci; fi - run: if [ -f yarn.lock ]; then yarn edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; else npm run edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; fi env: diff --git a/examples/v7-nuxt3/.github/workflows/edgio.yml b/examples/v7-nuxt3/.github/workflows/edgio.yml index 1bf9c5f7e..6dcabdce0 100644 --- a/examples/v7-nuxt3/.github/workflows/edgio.yml +++ b/examples/v7-nuxt3/.github/workflows/edgio.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: if [ -f yarn.lock ]; then yarn install; else npm ci; fi - run: if [ -f yarn.lock ]; then yarn edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; else npm run edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; fi env: diff --git a/examples/v7-qwik/.github/workflows/edgio.yml b/examples/v7-qwik/.github/workflows/edgio.yml index 1bf9c5f7e..6dcabdce0 100644 --- a/examples/v7-qwik/.github/workflows/edgio.yml +++ b/examples/v7-qwik/.github/workflows/edgio.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: if [ -f yarn.lock ]; then yarn install; else npm ci; fi - run: if [ -f yarn.lock ]; then yarn edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; else npm run edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; fi env: diff --git a/examples/v7-react/.github/workflows/edgio.yml b/examples/v7-react/.github/workflows/edgio.yml index 1bf9c5f7e..6dcabdce0 100644 --- a/examples/v7-react/.github/workflows/edgio.yml +++ b/examples/v7-react/.github/workflows/edgio.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: if [ -f yarn.lock ]; then yarn install; else npm ci; fi - run: if [ -f yarn.lock ]; then yarn edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; else npm run edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN; fi env: