Skip to content

Commit

Permalink
ci: use setup and install action
Browse files Browse the repository at this point in the history
  • Loading branch information
zirkelc committed Oct 17, 2024
1 parent 0232997 commit 0e893fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
25 changes: 0 additions & 25 deletions .github/actions/setup-and-install/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Setup and Install
id: install
uses: ./.github/actions/setup-and-install
uses: zirkelc/setup-and-install@v1
with:
node-version: 20

Expand Down

0 comments on commit 0e893fc

Please sign in to comment.