Skip to content

Commit

Permalink
feat: added build step nad upped node version to PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzy-mankowski committed Dec 16, 2024
1 parent 6f64a79 commit 33ce74e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '18.x'
cache: 'npm'

- name: Installing dependencies
Expand All @@ -26,3 +26,5 @@ jobs:
- name: Running typecheck
run: npm run typecheck

- name: Running build
run: npm run build

0 comments on commit 33ce74e

Please sign in to comment.