aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--.nvmrcbin16 -> 9 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index aa38050..8b3d85f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,6 +9,8 @@ jobs:
uses: actions/checkout@v1
- name: Setup Node
uses: actions/setup-node@v1
+ with:
+ node-version: 14
- name: Install Dependencies
run: npm install
- name: Run Tests
diff --git a/.nvmrc b/.nvmrc
index 15238e9..e093aa3 100644
--- a/.nvmrc
+++ b/.nvmrc
Binary files differ