Client - update Node to 18.x
This commit is contained in:
parent
980ff8fc77
commit
91455251e1
4
.github/workflows/.tests-javascript.yml
vendored
4
.github/workflows/.tests-javascript.yml
vendored
@ -16,10 +16,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Use Node.js 17.x
|
- name: Use Node.js 18.x
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "17.x"
|
node-version: "18.x"
|
||||||
- name: Install yarn and dependencies
|
- name: Install yarn and dependencies
|
||||||
working-directory: ${{env.working-directory}}
|
working-directory: ${{env.working-directory}}
|
||||||
run: |
|
run: |
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM node:16
|
FROM node:18
|
||||||
|
|
||||||
MAINTAINER SamR1@users.noreply.github.com
|
MAINTAINER SamR1@users.noreply.github.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user