Skip to content

Commit

Permalink
adding .npmrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi committed Jul 29, 2022
1 parent 612112f commit b04cc5d
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 252 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: nvm
shell: >
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
args:
creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh"

- name: Install node 16 via nvm
run: nvm install 16

- name: Use node 16 via nvm
run: nvm use 16

- name: Check versions
run: npm -v; node -v

Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
Loading

0 comments on commit b04cc5d

Please sign in to comment.