diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index c61d1886..ef1433e2 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -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 diff --git a/.github/workflows/lint-did-method-registry.yml b/.github/workflows/lint-did-method-registry.yml index 9b7af84d..d853205e 100644 --- a/.github/workflows/lint-did-method-registry.yml +++ b/.github/workflows/lint-did-method-registry.yml @@ -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 diff --git a/.github/workflows/publish-did-spec-registries.yml b/.github/workflows/publish-did-spec-registries.yml index aac1d915..a6fac833 100644 --- a/.github/workflows/publish-did-spec-registries.yml +++ b/.github/workflows/publish-did-spec-registries.yml @@ -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