diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 81e977e7..507c3d6b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "16.19.0" + node-version: "22.19.0" cache: "yarn" - run: "yarn install" - run: "yarn analyze" @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "16.19.0" + node-version: "22.19.0" cache: "yarn" - run: "yarn install" - run: "yarn test" @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "16.19.0" + node-version: "22.19.0" cache: "yarn" - run: "yarn install" - uses: cypress-io/github-action@v2 diff --git a/.nvmrc b/.nvmrc index e65243f2..e2228113 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.19.0 +22.19.0