We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df58836 commit adfb20fCopy full SHA for adfb20f
.github/workflows/ci.yml
@@ -31,10 +31,6 @@ jobs:
31
with:
32
node-version: ${{ matrix.node-version }}
33
check-latest: true
34
- - name: Remove existing TypeScript
35
- run: |
36
- npm uninstall typescript --no-save
37
- npm uninstall tslint --no-save
38
- run: npm ci
39
40
# Re: https://github.com/actions/setup-node/pull/125
.github/workflows/release-branch-artifact.yaml
@@ -12,10 +12,6 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
- uses: actions/setup-node@v3
15
16
17
18
19
- name: npm install and test
20
run: |
21
npm ci
0 commit comments