Skip to content

Commit 5db4802

Browse files
authored
Update node version (#41)
1 parent 722f96f commit 5db4802

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v1
18+
- uses: actions/setup-node@v3
19+
with:
20+
node-version: 20
1821
- uses: enriikke/gatsby-gh-pages-action@v2
1922
with:
2023
access-token: ${{ secrets.HOME_TOKEN }}

0 commit comments

Comments
 (0)