Skip to content

Commit

Permalink
chore(ci): setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
rpidanny committed Nov 13, 2023
1 parent c48b44f commit b925752
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'

- uses: nrwl/nx-set-shas@v3

- run: npm ci
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'

- uses: nrwl/nx-set-shas@v3

- run: npm ci
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'

- uses: nrwl/nx-set-shas@v3

- run: npm ci
Expand Down

0 comments on commit b925752

Please sign in to comment.