Skip to content

Commit

Permalink
Merge branch 'main' into edgarrmondragon/feat/add-tap-fedidb
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 12, 2024
2 parents 61acf61 + 5549138 commit 7a3bc49
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/checkout@v4.1.7
- 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/checkout@v4.1.7
- 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 7a3bc49

Please sign in to comment.