Skip to content

Commit

Permalink
remove node version for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp committed Nov 26, 2024
1 parent 2b99752 commit 172a9e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 172a9e0

Please sign in to comment.