Skip to content

Commit a50b21e

Browse files
chore: update deploy.yml
back to node 14
1 parent ceb4dce commit a50b21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: '16'
15+
node-version: '14'
1616
- uses: enriikke/gatsby-gh-pages-action@v2
1717
with:
1818
access-token: x-access-token:${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)