Skip to content

chore(deps-dev): bump @testcontainers/localstack from 10.19.0 to 11.7.0 #143

chore(deps-dev): bump @testcontainers/localstack from 10.19.0 to 11.7.0

chore(deps-dev): bump @testcontainers/localstack from 10.19.0 to 11.7.0 #143

Workflow file for this run

name: build-verify-package
on:
push:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- '*.md'
pull_request:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- '*.md'
permissions: read-all
jobs:
build-verify-package:
runs-on: ubuntu-latest
environment: Build
steps:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set Node.js 20.x
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20.x
cache: 'npm'
- name: Dependencies installation
run: npm install
- name: Run unit tests
run: npm run test
- name: Typescript compilation and Package build
run: npm run build