Skip to content

Commit

Permalink
Use Node 18 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen committed Jun 20, 2022
1 parent 297d115 commit 4efb990
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,13 @@ jobs:
with:
command: run
args: --bin gen_contracts
- name: Install NPM
uses: actions/setup-node@v3
with:
node-version: 18.3
- run: npm --version
- name: Install
run: npm ci --dev
run: npm ci --include=dev
- name: Build
run: npm run build
- name: Test
Expand Down

0 comments on commit 4efb990

Please sign in to comment.