Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 23, 2023
1 parent de5fc71 commit 4e9128e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: CI
on: [push, pull_request]

jobs:
node-13-typescript:
node-20-typescript:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '13'
node-version: '20'
- run: npm install
- run: ./node_modules/.bin/tsc
- run: npm run build
- run: git diff --exit-code

0 comments on commit 4e9128e

Please sign in to comment.