Skip to content

Commit 33ce74e

Browse files
feat: added build step nad upped node version to PR workflow
1 parent 6f64a79 commit 33ce74e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Use Node.js
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: '16.x'
14+
node-version: '18.x'
1515
cache: 'npm'
1616

1717
- name: Installing dependencies
@@ -26,3 +26,5 @@ jobs:
2626
- name: Running typecheck
2727
run: npm run typecheck
2828

29+
- name: Running build
30+
run: npm run build

0 commit comments

Comments
 (0)