Skip to content

Commit

Permalink
Deprecate the old implementation for Blockcore Identity
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Nov 16, 2022
1 parent fffd231 commit 1fe1ed5
Show file tree
Hide file tree
Showing 7 changed files with 11,029 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: 18
registry-url: 'https://registry.npmjs.org'

# Should we force a version or attempt to rely on pre-installed on build agent / production environment?
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: Package Name
Expand Down
Loading

0 comments on commit 1fe1ed5

Please sign in to comment.