We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e09d85 commit ce33371Copy full SHA for ce33371
1 file changed
.github/workflows/build.yaml
@@ -10,6 +10,9 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@master
13
+ - uses: actions/setup-node@v1
14
+ with:
15
+ node-version: '12'
16
- uses: antoncarlsson/gatsby-gh-pages-action@c90784561c612621907c6bd8e6ca45bb2473aafe
17
with:
18
access-token: ${{ secrets.ACCESS_TOKEN }}
0 commit comments