https://github.com/nathanosdev/actions
https://github.com/nathanosdev/actions
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathanosdev/actions
- Owner: nathanosdev
- License: apache-2.0
- Created: 2024-08-28T11:54:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T12:12:44.000Z (over 1 year ago)
- Last Synced: 2025-07-14T22:34:24.779Z (8 months ago)
- Language: TypeScript
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Actions
## Setup
- Install [`fnm`](https://github.com/Schniz/fnm).
```bash
curl -fsSL https://get.pnpm.io/install.sh | sh -
```
- Install the correct version of [`nodejs`](https://nodejs.org).
```bash
fnm install
```
- Enable the correct version of `nodejs`.
```bash
fnm use
```
- Set up the correct version of [`pnpm`](https://pnpm.io/).
```bash
corepack enable
```
- Install dependencies:
```bash
pnpm i
```
### Updating `pnpm`
To update the version of `pnpm` that is used:
```bash
corepack use pnpm@9.x
```