Skip to content

Commit

Permalink
updated: dropping unsupported node v
Browse files Browse the repository at this point in the history
  • Loading branch information
Salmandabbakuti committed Sep 30, 2023
1 parent abc5ad7 commit 135de73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
runs-on: ${{ matrix.os }}

Expand All @@ -27,8 +27,8 @@ jobs:
# uses: borales/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: "Install packages with latest npm"
run: npm i -g npm@latest && npm install
- name: "Install packages with npm"
run: npm install
- name: "Copy .env.example to .env"
run: cp .env.example .env
- name: "Start hardhat node"
Expand Down

0 comments on commit 135de73

Please sign in to comment.