Skip to content

fix: npm audit

fix: npm audit #90

Workflow file for this run

name: Test GitHub Action
on:
pull_request:
branches: [ main ]
jobs:
test-my-action:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: ☑️ Checkout
uses: actions/checkout@v4
- name: 📦 Symbols
uses: ./
with:
clientId: ${{ secrets.SYMBOL_UPLOAD_CLIENT_ID }}
clientSecret: ${{ secrets.SYMBOL_UPLOAD_CLIENT_SECRET }}
database: ${{ secrets.BUGSPLAT_DATABASE }}
application: "symbol-upload-test"
version: "1.0"
directory: "spec/support"
files: "**/*.sym"
node-version: '22'