0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed missing GitHub Action in workflow

- must have missed it when applying a specific Node version to the
  workflow
This commit is contained in:
Daniel Lockyer 2020-11-23 11:16:05 +00:00
parent f66a791708
commit bf797e3ad2

View file

@ -12,6 +12,7 @@ jobs:
name: Production Build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.18.0'
@ -30,6 +31,7 @@ jobs:
name: Lint
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.18.0'
@ -55,6 +57,7 @@ jobs:
CI: true
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.18.0'