Skip to content

Commit

Permalink
npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Jan 24, 2025
1 parent 618f356 commit 6072248
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16 # Ensure the Node.js version matches your task runtime

- name: Install Dependencies
run: npm install
working-directory: tasks/retire

- name: Patch vss-extension.json
uses: onlyutkarsh/[email protected]
with:
Expand Down

0 comments on commit 6072248

Please sign in to comment.