chore: Use node 18 (#856)

Use node 18
This commit is contained in:
Anatolios Laskaris 2023-08-24 13:20:34 +03:00 committed by GitHub
parent bf0b51fa5b
commit 3b033852f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ jobs:
- name: Setup node with self-hosted npm registry
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
registry-url: "https://registry.npmjs.org"
cache: "pnpm"

View File

@ -70,7 +70,7 @@ jobs:
- name: Setup node with self-hosted npm registry
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
registry-url: "https://registry.npmjs.org"
cache: "pnpm"

View File

@ -74,7 +74,7 @@ jobs:
- name: Setup node with self-hosted npm registry
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
registry-url: "https://npm.fluence.dev"
cache: "pnpm"

View File

@ -92,7 +92,7 @@ jobs:
- name: Setup node with self-hosted registry
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
registry-url: "https://npm.fluence.dev"
cache: "pnpm"