Skip to content

Commit

Permalink
🚀 🪲 Change node and npm versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyrharper committed Nov 22, 2023
1 parent 28d8ef1 commit d2db657
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
- name: Building on Node.js
uses: actions/setup-node@v2
with:
node-version: '18.12.0'
node-version: '14.17.1'
- name: Update NPM
run: npm install -g npm@8.19.2
# - uses: actions/cache@v2
# with:
# path: '**/node_modules'
# key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
run: npm install -g npm@7.18.1
- uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: npm i --no-audit
# - name: Compile contracts
Expand Down

0 comments on commit d2db657

Please sign in to comment.