diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0554b2f94..1246de9fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v1.4.4 with: - node-version: 'v12.18.4' + node-version: 'v14.18.1' registry-url: 'https://registry.npmjs.org' - name: Install Yarn @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-node@v1.4.4 with: - node-version: 'v12.18.4' + node-version: 'v14.18.1' registry-url: 'https://registry.npmjs.org' - name: Install Yarn @@ -83,7 +83,7 @@ jobs: - uses: actions/setup-node@v1.4.4 with: - node-version: 'v12.18.4' + node-version: 'v14.18.1' registry-url: 'https://registry.npmjs.org' - name: Download artifact diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9f21eaa5a..6fd6c8c1c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -178,7 +178,7 @@ jobs: steps: - uses: actions/setup-node@v1.4.4 with: - node-version: '10.x' + node-version: 'v14.18.1' - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index f21719740..846290596 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v1.4.4 with: - node-version: 'v12.18.4' + node-version: 'v14.18.1' registry-url: 'https://registry.npmjs.org' - name: Install Yarn diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 00b9da88c..7adee43cc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v1.4.4 with: - node-version: '10.15.1' + node-version: 'v14.18.1' registry-url: 'https://registry.npmjs.org' scope: '@jamesives' @@ -42,7 +42,7 @@ jobs: # Setup .npmrc file to publish to GitHub Packages - uses: actions/setup-node@v1.4.4 with: - node-version: 12 + node-version: 'v14.18.1' registry-url: 'https://npm.pkg.github.com' scope: '@jamesives' diff --git a/README.md b/README.md index 572adff5b..ebb270c3a 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ jobs: npm run build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.5 + uses: JamesIves/github-pages-deploy-action@4.1.6 with: branch: gh-pages # The branch the action should deploy to. folder: build # The folder the action should deploy. @@ -178,7 +178,7 @@ With this configured you can then set the `ssh-key` part of the action to your p ```yml - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.5 + uses: JamesIves/github-pages-deploy-action@4.1.6 with: branch: gh-pages folder: site @@ -207,7 +207,7 @@ jobs: npm run build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.5 + uses: JamesIves/github-pages-deploy-action@4.1.6 with: branch: gh-pages folder: build @@ -274,7 +274,7 @@ jobs: name: site - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.5 + uses: JamesIves/github-pages-deploy-action@4.1.6 with: branch: gh-pages folder: 'site' # The deployment folder should match the name of the artifact. Even though our project builds into the 'build' folder the artifact name of 'site' must be placed here. @@ -295,7 +295,7 @@ If you use a [container](https://help.github.com/en/actions/automating-your-work apt-get update && apt-get install -y rsync - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.5 + uses: JamesIves/github-pages-deploy-action@4.1.6 ``` --- @@ -326,7 +326,7 @@ jobs: npm run build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.5 + uses: JamesIves/github-pages-deploy-action@4.1.6 with: branch: gh-pages folder: build