Skip to content

Commit

Permalink
Remove the Setup Node step
Browse files Browse the repository at this point in the history
  • Loading branch information
nbayramberdiyev committed Jul 10, 2024
1 parent 393388c commit 10d20d2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,12 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18

- name: Install dependencies
run: cd tools && npm ci

Expand Down

0 comments on commit 10d20d2

Please sign in to comment.