aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-03-04 13:29:11 +0100
committerMartin Polden <mpolden@mpolden.no>2023-03-04 13:29:18 +0100
commitaa3d48568e57eb387c8e60579e16cdd66f999125 (patch)
treee6e33bbccf5a4c7dc7bee375a2f78bd5d0d684df
parent0f8617ce78b146726c9a8b71e646940b0464ae51 (diff)
build: bump node
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3d85ef3..92edaf4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
- name: install node
uses: actions/setup-node@v1
with:
- node-version: 14.x
+ node-version: 16.x
- name: install requirements
run: make install-requirements
- name: run tests