From 8313857315171de577230ade4cf870f75ee12ff0 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelbaset Date: Mon, 5 Jun 2023 15:36:56 +0300 Subject: [PATCH] Fix(github-actions): Update gh-actions dependencies to versions that utilize Node.js v16 (#6084) * Update site_lint.yml * Update site_lint.yml --- .github/workflows/site_lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/site_lint.yml b/.github/workflows/site_lint.yml index 560e22643..34ca6d7b8 100644 --- a/.github/workflows/site_lint.yml +++ b/.github/workflows/site_lint.yml @@ -16,12 +16,12 @@ jobs: steps: - uses: actions/checkout@v1 - name: Use Node.js 20.x - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 20.x - name: Install deps and build (with cache) - uses: bahmutov/npm-install@v1.7.10 + uses: bahmutov/npm-install@v1.8.32 - name: Lint codebase run: yarn ci-check