Skip to content

Commit 4e9128e

Browse files
committed
Update CI
1 parent de5fc71 commit 4e9128e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: CI
22
on: [push, pull_request]
33

44
jobs:
5-
node-13-typescript:
5+
node-20-typescript:
66
runs-on: ubuntu-18.04
77
steps:
88
- uses: actions/checkout@v2
99
- uses: actions/setup-node@v2
1010
with:
11-
node-version: '13'
11+
node-version: '20'
1212
- run: npm install
13-
- run: ./node_modules/.bin/tsc
13+
- run: npm run build
1414
- run: git diff --exit-code

0 commit comments

Comments
 (0)