Skip to content

chore(deps-dev): bump @types/node from 16.18.58 to 16.18.97 in /source #657

chore(deps-dev): bump @types/node from 16.18.58 to 16.18.97 in /source

chore(deps-dev): bump @types/node from 16.18.58 to 16.18.97 in /source #657

Workflow file for this run

name: Build
on:
pull_request: {}
workflow_dispatch: {}
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
env:
CI: "true"
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
- name: Build
run: ./deployment/build-s3-dist.sh dist-bucket solution-name latest
build-examples:
runs-on: ubuntu-latest
env:
CI: "true"
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
- name: Build vue-ui
working-directory: tutorials/api-gateway/vue-ui
run: yarn && yarn build
- name: Build serverless-express-auth
working-directory: tutorials/api-gateway/serverless-express-auth
run: yarn && yarn build
- name: Build serverless-lambda-auth
working-directory: tutorials/api-gateway/serverless-lambda-auth
run: yarn && yarn build