Skip to content

Commit

Permalink
Mejoras en el CI/deploy (#181)
Browse files Browse the repository at this point in the history
* Update node version to 18

* upgrading gh actions

* upgrading dependencies

* Fix version for webfactory/ssh-agent

* Removing unnecessary continue-on-error

---------

Co-authored-by: Nahuel Palumbo <[email protected]>
  • Loading branch information
fdodino and PalumboN authored Nov 7, 2023
1 parent 1b8218f commit 1ef6c62
Show file tree
Hide file tree
Showing 4 changed files with 536 additions and 304 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: webfactory/ssh-agent@v0.5.3
- uses: actions/checkout@v3
- uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Read .nvmrc
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
id: nvm
- name: Use Node.js (.nvmrc)
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}"
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
lts/hydrogen
Loading

0 comments on commit 1ef6c62

Please sign in to comment.