Skip to content

Bump @aws-sdk/client-resource-groups-tagging-api from 3.449.0 to 3.450.0 #5865

Bump @aws-sdk/client-resource-groups-tagging-api from 3.449.0 to 3.450.0

Bump @aws-sdk/client-resource-groups-tagging-api from 3.449.0 to 3.450.0 #5865

Workflow file for this run

---
name: pr-tests
on: pull_request
jobs:
test:
name: Run tests
runs-on: ubuntu-22.04
env:
NODE_ENV: development
TEST_TIMEOUT: 60000
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
with:
node-version-file: "package.json"
- run: npm ci
- name: Build
run: npm run build
- name: Test - Unit
run: npm run test:unit
- name: Lint
run: npm run lint