Skip to content

Commit ab85763

Browse files
committed
downgrade to Node 16
1 parent 21df329 commit ab85763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: yarn build
2121

2222
- name: 🚀 Deploy
23-
uses: JamesIves/github-pages-deploy-action@v4.4.1
23+
uses: JamesIves/github-pages-deploy-action@v4
2424

2525
with:
2626
branch: gh-pages

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '18'
14+
node-version: '16'
1515

1616
- name: ⬆️ Upload output
1717
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)