From 4bd64563f226ef6ba2d45e51b2e65e308a70f745 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sat, 1 May 2021 16:50:43 -0700 Subject: [PATCH] Bump nodejs to 14.x (#203) --- .github/workflows/release.yml | 2 +- shell.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6cc9c6..5139a54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: '14.x' - name: Setup Elm uses: jorelali/setup-elm@v2 with: diff --git a/shell.nix b/shell.nix index d6bf119..54d9f38 100644 --- a/shell.nix +++ b/shell.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { elmPackages.elm-test go golint - nodejs-10_x + nodejs-14_x rpm swaks ];