Skip to content

feat: upgrade @types/react-dom from 17.0.18 to 18.3.0 #1542

feat: upgrade @types/react-dom from 17.0.18 to 18.3.0

feat: upgrade @types/react-dom from 17.0.18 to 18.3.0 #1542

Workflow file for this run

name: Deploy to Edgio
on:
workflow_dispatch:
push:
jobs:
deploy-to-layer0:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
registry-url: https://npm-proxy.fury.io/moovweb/
- run: npm ci
- run: npm run edgio:deploy -- --token=$LAYER0_DEPLOY_TOKEN
env:
LAYER0_DEPLOY_TOKEN: ${{secrets.LAYER0_DEPLOY_TOKEN}}