Skip to content

Commit 3de8494

Browse files
authored
switch node version (#7)
* switch node version * updated documentation
1 parent aad85fc commit 3de8494

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Nodejs
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: 14
33+
node-version: 18
3434

3535
- name: Install dependencies
3636
run: |

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ We are using the following AWS services and third-party integrations to build ou
3333
- [`cURL`](https://curl.se/)
3434
- [`wscat`](https://github.com/websockets/wscat)
3535

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

3838
```sh
39-
export LOCALSTACK_API_KEY=<your-api-key>
39+
export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
4040
localstack start
4141
```
4242

0 commit comments

Comments
 (0)