Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit ce33371

Browse files
committed
Pin to node version 12
1 parent 0e09d85 commit ce33371

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
13+
- uses: actions/setup-node@v1
14+
with:
15+
node-version: '12'
1316
- uses: antoncarlsson/gatsby-gh-pages-action@c90784561c612621907c6bd8e6ca45bb2473aafe
1417
with:
1518
access-token: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)