Skip to content

Commit

Permalink
chore(ci): use node 20 in CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Oct 2, 2024
1 parent 4fda9f2 commit 241f603
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'yarn'

- run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: 'Setup node with cache'
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'yarn'

- run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:21.6.2
LABEL maintainer="Mircea NISTOR <mircea.nistor@mesh.xyz>"
LABEL maintainer="Mircea NISTOR <mircea.nistor@consensys.net>"
LABEL repository="[email protected]:uport-project/uport-did-driver.git"

USER root
Expand Down

0 comments on commit 241f603

Please sign in to comment.