Skip to content

Commit

Permalink
chore: update workflows node engine
Browse files Browse the repository at this point in the history
  • Loading branch information
avasisht23 committed Nov 14, 2023
1 parent b34a0c6 commit f810aea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "18.10"
node-version: "18.16"
cache: yarn

- name: Setup Pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18.10"
node-version: "18.16"
cache: "yarn"

- name: Install dependencies
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18.10"
node-version: "18.16"
cache: "yarn"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: "18.10"
node-version: "18.16"
cache: "yarn"

- name: Set Github User Details
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The `aa-sdk` is part of Alchemy's Account Kit. For more information, check out t
1. clone the repo
2. run `yarn`
3. verify tests pass
- be sure to use the node version specified in package.json, currently 18.10
- be sure to use the node version specified in package.json, currently 18.16
- run `node -v`
- run `yarn build`
- run `yarn test`
Expand Down

0 comments on commit f810aea

Please sign in to comment.