From 3a53ddc1b830d3579a2ea6eddf46e89ffaa8ca40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aran=C4=91el?= <11753867+big-kahuna-burger@users.noreply.github.com> Date: Mon, 20 May 2024 23:15:12 +0400 Subject: [PATCH 1/3] ci: updates to run with node 22 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0610c55..cd6bfeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,3 +21,4 @@ jobs: with: lint: true license-check: true + node-versions: '["18", "20", "21", "22"]' From bf9ab37781539b64260c517b621423c3a4a3fbc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aran=C4=91el?= <11753867+big-kahuna-burger@users.noreply.github.com> Date: Mon, 20 May 2024 23:19:42 +0400 Subject: [PATCH 2/3] ci(fix): use main --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd6bfeb..84d8945 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ on: jobs: test: - uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3 + uses: fastify/workflows/.github/workflows/plugins-ci.yml@main with: lint: true license-check: true From 13058c579b1d4ccfc749c743b6a185befedd43ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aran=C4=91el?= <11753867+big-kahuna-burger@users.noreply.github.com> Date: Tue, 21 May 2024 00:29:24 +0400 Subject: [PATCH 3/3] ci: use v4.2.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84d8945..b6d080c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ on: jobs: test: - uses: fastify/workflows/.github/workflows/plugins-ci.yml@main + uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.1 with: lint: true license-check: true