Skip to content

Commit

Permalink
chore: revert to node 14 for release (trufflesuite#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch authored Nov 17, 2021
1 parent c62f181 commit 42e20be
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v1
with:
node-version: 16
# use node 14 until we can evaluate using npm 7+ and lock file version 2
node-version: 14

- name: Set git identity
run: |
Expand Down
8 changes: 8 additions & 0 deletions src/chains/ethereum/ethereum/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions src/chains/ethereum/transaction/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions src/chains/ethereum/utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42e20be

Please sign in to comment.