Skip to content

chore(deps): bump tar-fs from 2.1.2 to 2.1.3 #3968

chore(deps): bump tar-fs from 2.1.2 to 2.1.3

chore(deps): bump tar-fs from 2.1.2 to 2.1.3 #3968

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
with:
check-latest: true
- name: npm install, test and build
run: |
npm ci
npm run build
- name: Codecov
uses: codecov/[email protected]
env:
CI: true