Skip to content

Bump uuid from 9.0.1 to 10.0.0 #921

Bump uuid from 9.0.1 to 10.0.0

Bump uuid from 9.0.1 to 10.0.0 #921

Workflow file for this run

name: automerge
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14.x"
- name: Install dependencies
run: npm install
- name: Build
run: npm install && npx gulp build
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}