diff --git a/.github/workflows/site-ci.yml b/.github/workflows/site-ci.yml index 952444a..01afdb5 100644 --- a/.github/workflows/site-ci.yml +++ b/.github/workflows/site-ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '20.9.0' - name: Install dependencies working-directory: ./ run: npm ci @@ -58,7 +58,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '20.9.0' - name: Notify slack started env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }} @@ -108,7 +108,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '20.9.0' - name: Notify slack started env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}