From 029d69945dc26f06f245b5915677d346c27d20de Mon Sep 17 00:00:00 2001 From: krlosMata Date: Fri, 8 Sep 2023 11:36:09 +0200 Subject: [PATCH] update node version on GHA --- .github/workflows/main.yml | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 81dc979b6..30df00c01 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - name: Use Node.js ${{ matrix.node-version }} @@ -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 - \ No newline at end of file + run: npm run test \ No newline at end of file diff --git a/package.json b/package.json index dd5daa8c6..1c8107b11 100644 --- a/package.json +++ b/package.json @@ -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"