diff --git a/.github/workflows/manual-deploy.yml b/.github/workflows/manual-deploy.yml index 75aa8de..b924604 100644 --- a/.github/workflows/manual-deploy.yml +++ b/.github/workflows/manual-deploy.yml @@ -32,7 +32,7 @@ jobs: ${{ runner.os }}- - uses: actions/setup-node@master with: - node-version: '10' + node-version: '12' - name: Installing project dependencies run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc && npm ci - name: Lint diff --git a/.github/workflows/on-merge.yml b/.github/workflows/on-merge.yml index e184852..99f2737 100644 --- a/.github/workflows/on-merge.yml +++ b/.github/workflows/on-merge.yml @@ -59,7 +59,7 @@ jobs: ${{ runner.os }}- - uses: actions/setup-node@master with: - node-version: '10' + node-version: '12' - name: Installing project dependencies run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc && npm ci - name: Lint @@ -89,7 +89,7 @@ jobs: ${{ runner.os }}- - uses: actions/setup-node@master with: - node-version: '10' + node-version: '12' - name: Installing project dependencies run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc && npm ci - name: Create env file diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 6ebcf3e..963b7e5 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -25,7 +25,7 @@ jobs: ${{ runner.os }}- - uses: actions/setup-node@master with: - node-version: '10' + node-version: '12' - name: Installing project dependencies run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc && npm ci - name: Lint @@ -89,7 +89,7 @@ jobs: ${{ runner.os }}- - uses: actions/setup-node@master with: - node-version: '10' + node-version: '12' - name: Installing project dependencies run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc && npm ci - name: Create env file diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index b183c7f..68c74c8 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -26,7 +26,7 @@ jobs: ${{ runner.os }}- - uses: actions/setup-node@master with: - node-version: '10' + node-version: '12' - name: Installing project dependencies run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc && npm ci - name: Create env file