Skip to content

Commit

Permalink
Bump node version in yaml files (#12)
Browse files Browse the repository at this point in the history
* ci: Bump node version in publish-hardhat-chainlink.yaml

* ci: Bump node version in ci.yml
  • Loading branch information
andrejrakic authored Feb 9, 2024
1 parent 5864424 commit 474597b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.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: '16.x'
node-version: '18.x'

- name: Install Yarn
run: npm install -g yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-hardhat-chainlink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
always-auth: true

Expand Down

0 comments on commit 474597b

Please sign in to comment.