Skip to content

Commit

Permalink
Run compile for node v20 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaisslaying authored Mar 17, 2024
1 parent 0a64ad1 commit c7a014c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,21 @@ jobs:
uses: icrawl/action-tsc@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
node20:
name: node v20 - tsc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install node v20
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- name: dependencies
run: npm ci
- name: settings
run: cp settings.example.json settings.json
- name: tsc
uses: icrawl/action-tsc@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c7a014c

Please sign in to comment.