diff --git a/.github/workflows/gatsby-publish.yaml b/.github/workflows/gatsby-publish.yaml index 1961c3c..0c307ed 100644 --- a/.github/workflows/gatsby-publish.yaml +++ b/.github/workflows/gatsby-publish.yaml @@ -15,7 +15,7 @@ jobs: - name: Setup the git user as the Actions user uses: fregante/setup-git-user@v2 - name: Install the most recent Node.js version. - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: '14.x' - name: Do a clean install of the required packages.