Skip to content

Commit

Permalink
CI: install node
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne4to committed Jan 18, 2024
1 parent 3956990 commit 9757955
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
- uses: actions/setup-node@v4
with:
# Version Spec of the version to use in SemVer notation.
# It also emits such aliases as lts, latest, nightly and canary builds
# Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node
node-version: 20
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 9757955

Please sign in to comment.