Skip to content

Commit

Permalink
ci: Downgrade to Node.js 18
Browse files Browse the repository at this point in the history
To hopefully fix the build issues
  • Loading branch information
maxpatiiuk committed Sep 10, 2023
1 parent ed7be37 commit 436d336
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '18'

- name: Install dependencies
run: npm ci

- name: Typecheck
run: npx tsc

- name: Build
run: npm run build

Expand Down

0 comments on commit 436d336

Please sign in to comment.