From 6238f856c7156fe17eb95abf8c83ab81dcce703c Mon Sep 17 00:00:00 2001 From: David A Roberts Date: Mon, 18 Nov 2024 18:10:48 +1000 Subject: [PATCH] CI: Set node version --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1878054..2328f4bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - run: cargo install wasm-pack - uses: actions/setup-node@v4 with: - node-version: node + node-version-file: .node-version cache: 'yarn' - run: yarn - run: yarn lint diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5953447e..e1bfa00f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: - run: cargo install wasm-pack - uses: actions/setup-node@v4 with: - node-version: node + node-version-file: .node-version cache: 'yarn' - run: yarn - run: yarn build