From 3d4a8261664ff888f25322a45bcb8f62dc907ea1 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 26 Aug 2024 20:56:10 +0200 Subject: [PATCH] ci: add node 22 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 58ce12bf..8ec2b504 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: # https://github.com/actions/virtual-environments#available-environments os: [ubuntu-latest, macos-latest, windows-latest] # https://github.com/nodejs/Release#release-schedule - node: [18, 20] + node: [18, 20, 22] steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.0.0