Skip to content

Commit

Permalink
Use node v14 for CI. (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed May 1, 2023
1 parent 5045898 commit a4fd494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "12"
node-version: "14"

- run: npm install
- run: npm run dtslint

0 comments on commit a4fd494

Please sign in to comment.