From 6e2085185f9b2c30411170093ea9ced8c48745e6 Mon Sep 17 00:00:00 2001 From: juliopavila Date: Tue, 20 Aug 2024 11:47:47 -0300 Subject: [PATCH] chore: bump node version --- .github/workflows/ci.yml | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de7c5f7..196e26a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 20 - uses: actions/cache@v2 with: path: "**/node_modules" diff --git a/package.json b/package.json index 7d93908..821cfbc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "build": "hardhat compile", "test": "hardhat test", "coverage": "hardhat coverage", - "deploy": "yarn hardhat deploy", "extract:mastercopy": "yarn run build && yarn hardhat extract:mastercopy", "deploy:mastercopies": "yarn hardhat deploy:mastercopies --network", "deploy:mastercopy": "yarn hardhat deploy:mastercopy --network",