Switch to node 16.x

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-07-02 14:23:43 +02:00
parent b39b21ca42
commit 57336c8d55

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14.x"
node-version: "16.x"
cache: npm
- name: Install npm dependencies