Skip to content

Commit

Permalink
Merge pull request #276 from dappnode/pablo/update-gha
Browse files Browse the repository at this point in the history
update gha and engines
  • Loading branch information
pablomendezroyo authored Nov 17, 2023
2 parents 17abaf8 + fd33d16 commit bc3054e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16.15.0
node-version: 20

- name: Install dependencies
run: yarn install
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Login to GHCR
uses: docker/login-action@v2
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "stakingbrain",
"type": "module",
"private": true,
"engines": {
"node": "20.x"
},
"workspaces": [
"packages/*"
],
Expand Down

0 comments on commit bc3054e

Please sign in to comment.