summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-11-03 19:44:54 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-11-03 19:44:54 +0100
commite706cb9ef3e0c8b55746c24808ae90034bfacdd0 (patch)
treed6ac2e5c54f3ecc9bcd0cb7edbd667be652d78e6
parent71fed6578389f021b13da8f6bc8f8ec9e85e363b (diff)
Test frontend using Node 14 in Github Actions
-rw-r--r--.github/workflows/build-frontend.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-frontend.yml b/.github/workflows/build-frontend.yml
index 67f356b9..73ab49d5 100644
--- a/.github/workflows/build-frontend.yml
+++ b/.github/workflows/build-frontend.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- node: [12.x]
+ node: [14.x]
steps:
- uses: actions/checkout@v2
- name: Set up Node.js