Skip to content

Commit

Permalink
switch node version (#7)
Browse files Browse the repository at this point in the history
* switch node version

* updated documentation
  • Loading branch information
HarshCasper authored May 6, 2024
1 parent aad85fc commit 3de8494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Nodejs
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ We are using the following AWS services and third-party integrations to build ou
- [`cURL`](https://curl.se/)
- [`wscat`](https://github.com/websockets/wscat)

Start LocalStack Pro with the `LOCALSTACK_API_KEY` pre-configured:
Start LocalStack Pro with the `LOCALSTACK_AUTH_TOKEN` pre-configured:

```sh
export LOCALSTACK_API_KEY=<your-api-key>
export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
localstack start
```

Expand Down

0 comments on commit 3de8494

Please sign in to comment.