From e2289265040bab2af59e9712f916e4191768d5c1 Mon Sep 17 00:00:00 2001 From: Christopher Lowenthal Date: Mon, 31 Oct 2022 12:09:20 -0400 Subject: [PATCH] wip: sets lattice build node version to 14 --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9bd37df5..8c616fe90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,10 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 14 + - uses: actions/setup-python@v4 + with: + python-version: '3.10' - run: | cd lattice