diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 507c3d6..0015e5a 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.21.1" 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.21.1" 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.21.1" cache: "yarn" - run: "yarn install" - uses: cypress-io/github-action@v2 diff --git a/.nvmrc b/.nvmrc index e222811..5767036 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.19.0 +22.21.1