fix(ci): workaround broken source-map-explorer on node 18.x

This commit is contained in:
Łukasz Mierzwa
2022-05-07 14:17:57 +01:00
committed by Łukasz Mierzwa
parent 5c0927bdea
commit 40db1aaa0e
2 changed files with 2 additions and 2 deletions

View File

@@ -350,7 +350,7 @@ jobs:
- name: Set up Node JS
uses: actions/setup-node@v3
with:
node-version: 17.9.0
node-version: 18.1.0
cache: 'npm'
cache-dependency-path: 'ui/package-lock.json'