Skip to content

chore(deps-dev): bump ejs from 3.1.8 to 3.1.10 (#1316) #850

chore(deps-dev): bump ejs from 3.1.8 to 3.1.10 (#1316)

chore(deps-dev): bump ejs from 3.1.8 to 3.1.10 (#1316) #850

Workflow file for this run

name: Release
on:
push:
branches:
- main
- next
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- name: Setup Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install Dependencies
run: npm ci
- name: Create Release Pull Request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}