From 5a00bf6b435116b5dbd57d64fed174c35f226a02 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Fri, 2 Sep 2022 20:28:33 +0100 Subject: [PATCH] ci: fix CI to an exact node version (#240) --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index edbe3cf..ab8fca8 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -6,7 +6,7 @@ runs: - name: Install node uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 16.15.0 - name: Cache uses: actions/cache@v2 id: cache