You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial Setup
After you've cloned the repository to your local machine or codespace, you'll need to perform some initial setup steps before you can develop your action.
Note
You'll need to have a reasonably modern version of Node.js handy (20.x or later should work!). If you are using a version manager like nodenv or nvm, this template has a .node-version file at the root of the repository that will be used to automatically switch to the correct version when you cd into the repository. Additionally, App notifications this .node-version file is used by GitHub Actions in any actions/setup-node actions.
🛠️ Install the dependencies
npm install
🏗️ Package the TypeScript for distribution
npm run bundle
✅ Run the tests
The text was updated successfully, but these errors were encountered:
Initial Setup
After you've cloned the repository to your local machine or codespace, you'll need to perform some initial setup steps before you can develop your action.
Note
You'll need to have a reasonably modern version of Node.js handy (20.x or later should work!). If you are using a version manager like nodenv or nvm, this template has a .node-version file at the root of the repository that will be used to automatically switch to the correct version when you cd into the repository. Additionally, App notifications this .node-version file is used by GitHub Actions in any actions/setup-node actions.
🛠️ Install the dependencies
npm install
🏗️ Package the TypeScript for distribution
npm run bundle
✅ Run the tests
The text was updated successfully, but these errors were encountered: