Skip to content

chore(deps-dev): bump tar from 7.5.13 to 7.5.16 #209

chore(deps-dev): bump tar from 7.5.13 to 7.5.16

chore(deps-dev): bump tar from 7.5.13 to 7.5.16 #209

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
with:
cache: npm
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Build library
run: npm run ci:build:lib