Skip to content

Commit

Permalink
chore: npm compat
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac authored Sep 2, 2023
1 parent 91948ee commit c718985
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'

- name: npm install
Expand All @@ -33,7 +33,7 @@ jobs:
timeout-minutes: 20

env:
COVERAGE_NODE_VERSION: 16
COVERAGE_NODE_VERSION: 18
COVERAGE_OS: 'ubuntu-latest'

runs-on: ${{ matrix.os }}
Expand All @@ -52,9 +52,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: npm update
run: npm i npm@latest -g

- name: npm ci
run: npm ci

Expand Down

0 comments on commit c718985

Please sign in to comment.