Skip to content

Update dependency @vercel/ncc to v0.38.0 #11

Update dependency @vercel/ncc to v0.38.0

Update dependency @vercel/ncc to v0.38.0 #11

Workflow file for this run

name: template
on:
pull_request:
paths:
- template/**
- '*.json'
- .github/workflows/template.yaml
push:
branches:
- main
paths:
- template/**
- '*.json'
- .github/workflows/template.yaml
defaults:
run:
working-directory: template
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: 16
cache: yarn
- run: yarn
- run: yarn test
e2e-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: 16
cache: yarn
- run: yarn
- run: yarn build
- run: yarn package
- uses: ./template
with:
name: foo