fix(ci): use node 18 (#96)

* fix(ci): use node 18

* fix
This commit is contained in:
Aleksey Proshutisnkiy 2023-07-06 13:56:26 +03:00 committed by GitHub
parent e11bf2e051
commit 513c2cfc3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
registry-url: "https://registry.npmjs.org"
cache-dependency-path: "aqua/package-lock.json"
cache: "npm"
@ -135,7 +135,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
registry-url: "https://registry.npmjs.org"
cache-dependency-path: "aqua/package-lock.json"
cache: "npm"