Skip to content

chore(deps): fix open security vulnerabilities by bumping aws-sdk package and npm audix fix. #71

chore(deps): fix open security vulnerabilities by bumping aws-sdk package and npm audix fix.

chore(deps): fix open security vulnerabilities by bumping aws-sdk package and npm audix fix. #71

Workflow file for this run

name: mapbox/cloudfriend
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
strategy:
matrix:
node-version: [20, 22]
runs-on: ubuntu-22.04
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12.7'
- name: pip install
run: |
pip install -r requirements.dev.txt
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: |
npm ci
- run: |
npm run test