chore: update to node 18 (#246)

feat: update to node 18
This commit is contained in:
shamsartem 2023-06-14 16:32:10 +02:00 committed by GitHub
parent 5acf1d230b
commit a08ee16ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View File

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

View File

@ -67,7 +67,7 @@ jobs:
- name: Setup node with self-hosted registry - name: Setup node with self-hosted registry
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: "16" node-version: "18"
registry-url: "https://npm.fluence.dev" registry-url: "https://npm.fluence.dev"
cache: "npm" cache: "npm"
cache-dependency-path: "**/package-lock.json" cache-dependency-path: "**/package-lock.json"

1
.prettierignore Normal file
View File

@ -0,0 +1 @@
.github

2
distro/Cargo.lock generated
View File

@ -74,7 +74,7 @@ dependencies = [
[[package]] [[package]]
name = "registry-distro" name = "registry-distro"
version = "0.8.4" version = "0.8.6"
dependencies = [ dependencies = [
"built", "built",
"maplit", "maplit",