Skip to content

Commit 6492012

Browse files
Upgraded dependency version
1 parent 808922f commit 6492012

File tree

3 files changed

+422
-410
lines changed

3 files changed

+422
-410
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
- name: Set up Node
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 18
18+
node-version: 22
1919
cache: 'npm'
2020

2121
- name: Install
2222
run: npm ci
2323

2424
- name: Build
25-
run: npm run compile
25+
run: npm run build
2626

2727
- name: Test Linux
2828
run: xvfb-run -a npm test

0 commit comments

Comments
 (0)