diff --git a/.github/actions/sync-data/action.yml b/.github/actions/sync-data/action.yml index 3a15d0230f..04480c0049 100644 --- a/.github/actions/sync-data/action.yml +++ b/.github/actions/sync-data/action.yml @@ -9,5 +9,5 @@ inputs: project-stats: description: 'true/false - determines whether to fetch and sync the project-stats data' runs: - using: 'node16' + using: 'node18' main: 'dist/index.js' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d09d223817..b2608de2ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Download Cached Deps id: cache-node-modules @@ -138,7 +138,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install dependencies run: yarn install --frozen-lockfile