Skip to content

Bump tar from 7.5.9 to 7.5.10 in /cli #77

Bump tar from 7.5.9 to 7.5.10 in /cli

Bump tar from 7.5.9 to 7.5.10 in /cli #77

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version: 22
- run: cd cli && npm ci
- run: cd cli && npm test