From 3ad5af42c86271ced4445b1bd179b2f23a9c4469 Mon Sep 17 00:00:00 2001 From: Nutomic Date: Thu, 13 Apr 2023 11:59:42 +0200 Subject: [PATCH] Use Node 18 for types CI steps (#567) * Use Node 18 for types CI steps * update types package to 0.0.3 --- .github/workflows/publish-types.yml | 2 +- .github/workflows/update-types.yml | 2 +- types/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-types.yml b/.github/workflows/publish-types.yml index 1371d7822..953d7761d 100644 --- a/.github/workflows/publish-types.yml +++ b/.github/workflows/publish-types.yml @@ -21,7 +21,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - name: Install npm dependencies run: cd types && yarn install diff --git a/.github/workflows/update-types.yml b/.github/workflows/update-types.yml index fcdbd7990..61a3d39c9 100644 --- a/.github/workflows/update-types.yml +++ b/.github/workflows/update-types.yml @@ -24,7 +24,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - name: Install npm dependencies run: cd types && yarn install diff --git a/types/package.json b/types/package.json index 642e931a6..1ea7fd478 100644 --- a/types/package.json +++ b/types/package.json @@ -1,6 +1,6 @@ { "name": "@webb-tools/dkg-substrate-types", - "version": "0.0.2", + "version": "0.0.3", "description": "Polkadot.js type definitions required for interacting with Webb's DKG protocol", "main": "./build/index.js", "author": "Webb Developers ",