Skip to content

Commit

Permalink
trying to downgrade to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi committed Nov 15, 2023
1 parent d5c2e8d commit fc39477
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
envkey_AIRTABLE_PEOPLE_BASE_ID: appk2btw36qEO3vFo
envkey_AIRTABLE_RESEARCH_BASE_ID: appTv9J1zxqaNgBHi
envkey_AIRTABLE_POSTS_BASE_ID: appsY0VXF7pbv3mKR
- uses: actions/setup-node@v3
with:
node-version: 16.x
- name: npm install and build and deploy
run: |
npm install --openssl-legacy-provider
npm run build --openssl-legacy-provider
npm install
npm run build
- uses: peaceiris/actions-gh-pages@v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit fc39477

Please sign in to comment.