Node 20.13
All checks were successful
Test DIN Payments Stack / Run DIN payments stack test (push) Successful in 34m59s
Build metamask extension / Build metamask extension (push) Successful in 42m2s

This commit is contained in:
Thomas E Lackey 2024-06-24 20:55:59 -05:00
parent 331314756b
commit 016e38e698

View File

@ -42,9 +42,10 @@ jobs:
run: ./scripts/install-so.sh
- name: "Install NodeJS"
# Project needs Node > 20 while the executor container comes with 18
# There seems to be bug in 20.15 regarding 'new Buffer' that crashes the build.
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 20.13
- name: "Run build"
env:
INFURA_PROJECT_ID: ${{ secrets.CICD_INFURA_PROJECT_ID }}