Skip to content

Commit

Permalink
Bump nodejs to 14.x (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillyerd committed May 1, 2021
1 parent 66dec49 commit 4bd6456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Expand Up @@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
elmPackages.elm-test
go
golint
nodejs-10_x
nodejs-14_x
rpm
swaks
];
Expand Down

0 comments on commit 4bd6456

Please sign in to comment.