Skip to content

Commit bf1c26c

Browse files
committed
Install node thingies in pre-commit action
1 parent 226cb3c commit bf1c26c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr_pre-commit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 #v30
2020
with:
2121
github_access_token: ${{ secrets.GITHUB_TOKEN }}
22+
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
23+
with:
24+
node-version: 18
25+
cache: yarn
26+
- run: yarn install --frozen-lockfile
2227
- uses: stackabletech/actions/run-pre-commit@9bd13255f286e4b7a654617268abe1b2f37c3e0a # v0.3.0
2328
with:
2429
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}

0 commit comments

Comments
 (0)