Skip to content

AWS Advanced NodeJS Wrapper - v3.0.0 #13

AWS Advanced NodeJS Wrapper - v3.0.0

AWS Advanced NodeJS Wrapper - v3.0.0 #13

Workflow file for this run

name: Release AWS Advanced NodeJS Wrapper
on:
release:
types: published
jobs:
release:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: "Clone Repository"
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: "Set up Node.js"
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: "24"
registry-url: "https://registry.npmjs.org"
- name: "Install dependencies"
run: npm install --no-save
- name: "Run eslint - linting"
run: npm run lint
- name: "Check formatting"
run: npm run check
- name: "Run unit tests"
run: npm test
- run: npm ci
- run: npm publish