Azure / API-Portal

API Portal lets you create and publish a customized site with API documentation, for free and without writing any code.
MIT License
173 stars 141 forks source link

Update GitHub Actions to use Node 16 #69

Closed sitestudio closed 1 year ago

sitestudio commented 1 year ago

Currently getting this error when trying to deploy to GitHub Pages:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/setup-node, actions/checkout

I have forked and tried to change the contents of .workflow to point to Node 16 but to no avail.

sitestudio commented 1 year ago

It still complains about Node.js 12 but for now at least can build via GitHub actions.