From 795f8098ddbbc4c6bd5b798eb8437e31a98b9614 Mon Sep 17 00:00:00 2001 From: robalb <11277482+robalb@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:59:59 +0200 Subject: [PATCH] tweaks to actions --- .github/workflows/deploy_github_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_github_pages.yml b/.github/workflows/deploy_github_pages.yml index 97aec56..40eb3c4 100644 --- a/.github/workflows/deploy_github_pages.yml +++ b/.github/workflows/deploy_github_pages.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '16' # Specify your node version here + node-version: '20.11.1' # TODO: nix! reproducible builds! & a sprinkle of professionalism # Step 3: Merge master into github_pages - name: Merge master into github_pages