Skip to content

Commit 1967147

Browse files
authored
ci: Complete setting up basic CI (#13)
1 parent 72ec0a5 commit 1967147

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ jobs:
1414

1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 22
18-
cache: npm
17+
node-version: 23
18+
19+
- run: npm install -g npm@11
1920

2021
- run: npm ci
2122

23+
- run: npm run build
24+
2225
- run: npm run check

0 commit comments

Comments
 (0)