1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

Bump nodejs to 14.x (#203)

This commit is contained in:
James Hillyerd
2021-05-01 16:50:43 -07:00
committed by GitHub
parent 66dec49a49
commit 4bd64563f2
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
elmPackages.elm-test
go
golint
nodejs-10_x
nodejs-14_x
rpm
swaks
];