Skip to content

Update dependency @types/node to v20.9.4 #159

Update dependency @types/node to v20.9.4

Update dependency @types/node to v20.9.4 #159

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: 20
cache: yarn
- run: yarn
- run: yarn test
e2e-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: 20
cache: yarn
- run: yarn
- run: yarn build
- run: yarn package
- uses: ./template
with:
name: foo