Skip to content

Commit

Permalink
Use Node 18 for types CI steps (#567)
Browse files Browse the repository at this point in the history
* Use Node 18 for types CI steps

* update types package to 0.0.3
  • Loading branch information
Nutomic authored Apr 13, 2023
1 parent 8cd5dd1 commit 3ad5af4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 3ad5af4

Please sign in to comment.