From 7841cbc9cb73c79086f2f0ba5d0561383ac5727d Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Tue, 27 Aug 2024 07:43:50 +0200 Subject: [PATCH] ci: add node 22 (#872) --- .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