Skip to content

Commit

Permalink
npm install in the VSCode github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Dec 3, 2024
1 parent bbc014e commit 107ab90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vscode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: just npm-install
- id: get-date
run: echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
shell: bash
Expand Down

0 comments on commit 107ab90

Please sign in to comment.