Skip to content

fix: CI Build Error - TAR_BAD_ARCHIVE: Unrecognized archive format #46

fix: CI Build Error - TAR_BAD_ARCHIVE: Unrecognized archive format

fix: CI Build Error - TAR_BAD_ARCHIVE: Unrecognized archive format #46

Workflow file for this run

name: Check if packages can be built
on:
pull_request:
branches:
- '**'
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
env:
NUXT_PRIVATE_GITHUB_TOKEN: ${{ secrets.NUXT_PRIVATE_GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: latest
run_install: false
- name: 📦 Install dependencies
run: pnpm install --frozen-lockfile
- name: 🛠️ Build
run: pnpm run build