Shopify / restyle

A type-enforced system for building UI components in React Native with TypeScript.
https://shopify.github.io/restyle/
MIT License
2.95k stars 133 forks source link

Fix node version in gh-pages workflow #221

Closed mattfrances closed 1 year ago

mattfrances commented 1 year ago

Description

Currently using an unsupported version of node in the gh-pages workflow (see here). As seen in the actions/setup-node library, v3 only supports node 16. The v3 release can be seen here.

Fixes

Reviewers’ hat-rack :tophat:

Once merged, does the docs site properly get built to gh pages

Screenshots or videos (if needed)

Checklist