Skip to content

Commit

Permalink
update node version on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
krlosMata committed Sep 8, 2023
1 parent bb4b925 commit 029d699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -25,11 +25,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: setup
run: |
npm install -g npm@latest
npm i
run: npm i
- name: linter
run: npm run lint
- name: test
run: npm run test

run: npm run test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@0xpolygonhermez/zkevm-contracts",
"description": "Core contracts for the Polygon Hermez zkEVM",
"version": "0.6.0.0",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/0xPolygonHermez/contracts-zkEVM.git"
Expand Down

0 comments on commit 029d699

Please sign in to comment.