Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Switch Ubuntu base image to 22.04 from 20.04 #136

Switch Ubuntu base image to 22.04 from 20.04

Switch Ubuntu base image to 22.04 from 20.04 #136

Workflow file for this run

name: Contracts
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./solidity
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
cache-dependency-path: ./solidity/package-lock.json
- run: npm ci
- run: npm test