diff --git a/.github/workflows/.tests-javascript.yml b/.github/workflows/.tests-javascript.yml index 66d222a0..4c4f94c6 100644 --- a/.github/workflows/.tests-javascript.yml +++ b/.github/workflows/.tests-javascript.yml @@ -16,10 +16,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Use Node.js 17.x + - name: Use Node.js 18.x uses: actions/setup-node@v3 with: - node-version: "17.x" + node-version: "18.x" - name: Install yarn and dependencies working-directory: ${{env.working-directory}} run: | diff --git a/fittrackee_client/Dockerfile b/fittrackee_client/Dockerfile index df734177..a8bf3e9c 100644 --- a/fittrackee_client/Dockerfile +++ b/fittrackee_client/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16 +FROM node:18 MAINTAINER SamR1@users.noreply.github.com