Skip to content

Commit

Permalink
Fix "package" CI (temporary quick fix) (#186)
Browse files Browse the repository at this point in the history
* Test

* Test

* Test

* Test

* Test

* Temporary quick fix
  • Loading branch information
machulav authored Feb 19, 2024
1 parent 186f574 commit e3cfd25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,20 @@ jobs:
uses: actions/checkout@v3
with:
ref: main

- uses: actions/setup-node@v4
with:
node-version: 16 # Node v16 is required for the @vercel/ncc to work. TODO: update the package tool and then update the node version here.

- name: Install packages
run: npm ci

- name: Run linter
run: npm run lint

- name: Package
run: npm run package

- name: Commit
run: |
git config --global user.name "GitHub Actions"
Expand Down

0 comments on commit e3cfd25

Please sign in to comment.