diff options
| author | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-06 00:35:34 +0300 |
|---|---|---|
| committer | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-06 00:35:34 +0300 |
| commit | 5cb863b56c0ac7792d2957f09be9aa6e123cf569 (patch) | |
| tree | efa4e9b03c5fa2527500113b64965fed103677f6 /.github | |
| parent | 393e2fb7f2196aba9dc6dad4a2b9cd0aec125af6 (diff) | |
| download | strapi-plugin-checkbox-list-5cb863b56c0ac7792d2957f09be9aa6e123cf569.tar.xz strapi-plugin-checkbox-list-5cb863b56c0ac7792d2957f09be9aa6e123cf569.zip | |
Update actions/setup-node action to v6
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e0254d..b810dec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 22 cache: "npm" @@ -54,7 +54,7 @@ jobs: DATABASE_FILENAME: .tmp/e2e.db steps: - uses: actions/checkout@v6 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 22 cache: "npm" |
