Skip to content

Commit

Permalink
ci: Revert downgrades
Browse files Browse the repository at this point in the history
It doesn't work anyway. Will look for a better solution
  • Loading branch information
maxpatiiuk committed Sep 10, 2023
1 parent b253f1f commit 21d9f3a
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: '16'
node-version: '20'

- name: Install dependencies
run: npm ci

- name: Typecheck
run: npx tsc

- name: Build
run: npm run build

Expand Down

0 comments on commit 21d9f3a

Please sign in to comment.