Skip to content

Commit c18110e

Browse files
authored
Merge pull request #125 from nsoranzo/drop_codecov.io
Drop unmaintained codecov.io dependency
2 parents 3225d22 + f8aa560 commit c18110e

File tree

3 files changed

+396
-958
lines changed

3 files changed

+396
-958
lines changed

.github/workflows/typescript.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
name: TypeScript Continuous integration tests
22

3-
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
3+
on: [push, pull_request]
84

95
concurrency:
106
group: build-${{ github.event.pull_request.number || github.ref }}
117
cancel-in-progress: true
12-
env:
13-
NODE_VERSION: 17.x
148

159
jobs:
1610

@@ -23,7 +17,9 @@ jobs:
2317
- uses: actions/checkout@v5
2418
- uses: actions/setup-node@v5
2519
with:
26-
node-version: ${{ env.NODE_VERSION }}
20+
node-version: '20'
21+
cache: 'npm'
22+
cache-dependency-path: typescript/package-lock.json
2723
- run: node --version
2824
- run: npm install
2925
- run: npm test

0 commit comments

Comments
 (0)