Skip to content

Commit

Permalink
ci: Bump actions to use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jul 10, 2024
1 parent 16109ef commit 48c9940
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint_and_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/[email protected]
- name: Use Node.js v16
- name: Use Node.js v20
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
cache: "yarn"
- run: yarn install --immutable
- run: yarn lint:check
Expand All @@ -26,10 +26,10 @@ jobs:

steps:
- uses: actions/[email protected]
- name: Use Node.js v16
- name: Use Node.js v20
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
cache: "yarn"
- run: yarn install --immutable
- run: yarn format:check

0 comments on commit 48c9940

Please sign in to comment.