Skip to content

Commit e3cfd25

Browse files
authored
Fix "package" CI (temporary quick fix) (machulav#186)
* Test * Test * Test * Test * Test * Temporary quick fix
1 parent 186f574 commit e3cfd25

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/package.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,20 @@ jobs:
1515
uses: actions/checkout@v3
1616
with:
1717
ref: main
18+
19+
- uses: actions/setup-node@v4
20+
with:
21+
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.
22+
1823
- name: Install packages
1924
run: npm ci
25+
2026
- name: Run linter
2127
run: npm run lint
28+
2229
- name: Package
2330
run: npm run package
31+
2432
- name: Commit
2533
run: |
2634
git config --global user.name "GitHub Actions"

0 commit comments

Comments
 (0)