Skip to content

Commit

Permalink
Node 18 in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tjrobinson authored Dec 27, 2022
1 parent 091367b commit fba1eec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit fba1eec

Please sign in to comment.