Skip to content

Commit

Permalink
chore: pin version of @types/json-schema because of install issues on…
Browse files Browse the repository at this point in the history
… node v4 and v6
  • Loading branch information
vkarpov15 committed Jun 22, 2023
1 parent 9a9536d commit 4ed4a89
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16]
node: [8, 9, 10, 12, 14, 15, 16]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand All @@ -18,14 +18,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Upgrade Node <= 5 npm
run: npm install -g npm@3
if: ${{ matrix.node <= 5 }}

- name: Upgrade Node 7 npm
run: npm install -g npm@6
if: ${{ matrix.node == 7 }}

- run: npm install

- name: Setup
Expand Down

0 comments on commit 4ed4a89

Please sign in to comment.