Skip to content

Commit 191f8c8

Browse files
committed
use node 18
1 parent 0c0369a commit 191f8c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v1
13+
- uses: actions/setup-node@v3
14+
with:
15+
node-version: 18
1316
- uses: enriikke/gatsby-gh-pages-action@v2
1417
with:
1518
access-token: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)