Skip to content

Commit

Permalink
.github: Setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Nov 12, 2024
1 parent 6f3b6ae commit a9c0312
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
fetch-depth: 30

- name: actions/setup-node@v4

- uses: actions/setup-python@v5
with:
python-version: '3.x'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gadget-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: actions/setup-node@v4

- name: Get yarn cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit a9c0312

Please sign in to comment.