Skip to content

Commit

Permalink
remove versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmclean committed Jun 3, 2024
1 parent 1f5e09c commit 0821b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mobile-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
lint:
name: ⬣ ESLint
uses: ./.github/workflows/shared-ci.yml#lint@v1
uses: ./.github/workflows/shared-ci.yml#lint
with:
node-version: '20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
lint:
name: ⬣ ESLint
uses: ./.github/workflows/shared-ci.yml#lint@v1
uses: ./.github/workflows/shared-ci.yml#lint
with:
node-version: '20'

Expand Down

0 comments on commit 0821b42

Please sign in to comment.