Skip to content

Upgrade: Bump tar in the npm_and_yarn group across 1 directory #4

Upgrade: Bump tar in the npm_and_yarn group across 1 directory

Upgrade: Bump tar in the npm_and_yarn group across 1 directory #4

Workflow file for this run

name: Tests
on: push
jobs:
default:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci
- run: npm test