Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
docs: require npm v7
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Mar 3, 2021
1 parent eaa855d commit b61c426
Show file tree
Hide file tree
Showing 4 changed files with 35,009 additions and 8,211 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: az account list --output table
- uses: actions/setup-node@v2
with:
node-version: "14.x"
node-version: "15.x"
- name: Keep npm cache around to speed up installs
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sudo apt-get install azure-functions-core-tools-3
- uses: actions/setup-node@v2
with:
node-version: "14.x"
node-version: "15.x"
- name: Keep npm cache around to speed up installs
uses: actions/cache@v2
with:
Expand Down
Loading

0 comments on commit b61c426

Please sign in to comment.