Skip to content

Commit

Permalink
Bump node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 authored and msporny committed Oct 20, 2022
1 parent 38c669f commit f279f47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- name: Begin spec-prod...
uses: actions/checkout@v2
- name: Setup Node 14...
- name: Setup Node 16...
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- name: Install did-spec-registries tooling...
working-directory: tooling
run: npm i
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-did-method-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- name: Checkout source code...
uses: actions/checkout@v2
- name: Setup Node 14...
- name: Setup Node 16...
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
- name: Install did-spec-registries tooling...
working-directory: tooling
run: npm i
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-did-spec-registries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- name: Checkout source code...
uses: actions/checkout@v2
- name: Setup Node 14...
- name: Setup Node 16...
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
- name: Install did-spec-registries tooling...
working-directory: tooling
run: npm i
Expand Down

0 comments on commit f279f47

Please sign in to comment.