Skip to content

Commit

Permalink
add node version
Browse files Browse the repository at this point in the history
Signed-off-by: Erick Wendel <[email protected]>
  • Loading branch information
ErickWendel committed Mar 20, 2024
1 parent 021c92a commit 2102011
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ on:
env:
AWS_ACCESS_KEY_ID: test
AWS_SECRET_ACCESS_KEY: test

jobs:
setup-and-test:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Docker Compose
run: |
Expand All @@ -29,11 +30,10 @@ jobs:
- name: Start localstack
run: docker-compose up -d localstack

- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: 20
- run: npm ci
- run: npm run test:unit
- run: npm run test:e2e
Expand Down

0 comments on commit 2102011

Please sign in to comment.