diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 507c3d6..82efa2c 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: "22.19.0" + node-version: "22.22.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: "22.19.0" + node-version: "22.22.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: "22.19.0" + node-version: "22.22.0" cache: "yarn" - run: "yarn install" - uses: cypress-io/github-action@v2 diff --git a/.nvmrc b/.nvmrc index e222811..85e5027 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.19.0 +22.22.0