diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 0c71708c..6b03673e 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -3,9 +3,6 @@ name: ESLint on: push: pull_request: -defaults: - run: - working-directory: ./ jobs: eslint: runs-on: ubuntu-latest @@ -13,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: '12.x' - name: Install modules run: npm install - name: Run ESLint diff --git a/.github/workflows/ts-compile.yml b/.github/workflows/ts-compile.yml index b05b6ac5..737f567f 100644 --- a/.github/workflows/ts-compile.yml +++ b/.github/workflows/ts-compile.yml @@ -3,9 +3,6 @@ name: Typescript Compile on: push: pull_request: -defaults: - run: - working-directory: ./ jobs: typescript-compile: name: Typescript Compile diff --git a/provisioning/dev/start-full.yml b/provisioning/dev/start-full.yml index 9b330056..38f2248e 100644 --- a/provisioning/dev/start-full.yml +++ b/provisioning/dev/start-full.yml @@ -47,7 +47,7 @@ - name: Run npm install for Websocket deps docker_container: name: ps2alerts-websocket-npm - image: node:11 + image: node:12 volumes: - "{{ root_dir | realpath }}:/app:rw" user: "{{ id.stdout }}:{{ id.stdout }}"