Skip to content

Commit

Permalink
chore: remove name from action using
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Apr 12, 2023
1 parent d6c323c commit b51fb78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node 18
uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node 18
uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
Expand Down

0 comments on commit b51fb78

Please sign in to comment.