Skip to content

Commit

Permalink
[core] Update to Node.js v18 for test-dev CI (#37604)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli authored Jun 16, 2023
1 parent f459539 commit fd115e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
with:
# fetch all tags which are required for `yarn release:changelog`
fetch-depth: 0
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: 14
node-version: 18
cache: 'yarn' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies
- run: yarn install
env:
Expand Down

0 comments on commit fd115e6

Please sign in to comment.