Skip to content

Merge pull request #2027 from guardian/dependabot/npm_and_yarn/types/… #1286

Merge pull request #2027 from guardian/dependabot/npm_and_yarn/types/…

Merge pull request #2027 from guardian/dependabot/npm_and_yarn/types/… #1286

Workflow file for this run

name: CD
on:
push:
branches:
- main
- beta
jobs:
CD:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: npm
- name: CD
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: ./script/cd