diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index fcc72f8..01dc37e 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -34,7 +34,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: 'npm' - name: Install dependencies diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index 2c8b85a..dd56152 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: 'npm' - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index af17bc4..b128293 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: npm - name: Install dependencies diff --git a/.github/workflows/rebuild-dependabot-prs.yml b/.github/workflows/rebuild-dependabot-prs.yml index 87846c7..12a87b2 100644 --- a/.github/workflows/rebuild-dependabot-prs.yml +++ b/.github/workflows/rebuild-dependabot-prs.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node.JS uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: 'npm' - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 76147fe..45e1dba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.JS uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: 'npm' - name: Install dependencies diff --git a/action.yml b/action.yml index e894dd3..80230b7 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Configure GitHub Pages' description: 'A GitHub Action to enable Pages, extract various metadata about a site, and configure some supported static site generators.' author: 'GitHub' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' inputs: static_site_generator: