Skip to content

Commit

Permalink
Fix(github-actions): Update gh-actions dependencies to versions that …
Browse files Browse the repository at this point in the history
…utilize Node.js v16 (#6084)

* Update site_lint.yml

* Update site_lint.yml
  • Loading branch information
AhmedBaset authored Jun 5, 2023
1 parent ca93140 commit 8313857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8313857

Please sign in to comment.