1
0
mirror of synced 2026-01-26 03:06:48 -05:00

Merge pull request #8568 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-07-27 06:09:20 +10:00
committed by GitHub

View File

@@ -17,6 +17,11 @@ jobs:
HEROKU_API_TOKEN: ${{ secrets.HEROKU_API_TOKEN }}
steps:
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- name: Setup node
uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f
with:
node-version: 16.x
cache: npm
- name: npm ci
run: npm ci
- name: npm run build