diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 71542e1d2..cafe53565 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -10,5 +10,5 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 18.x - run: make ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index baf6c7020..2872686ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,11 +18,11 @@ jobs: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - # gallium is the v16 lts - - name: Setup Node.js lts/gallium + # v18 node + - name: Setup Node.js lts/hydrogen uses: actions/setup-node@v2 with: - node-version: lts/gallium + node-version: lts/hydrogen - name: Install Dependencies run: npm i