From db68035bdd1f67bee7a8e491ed465f20c6a4b082 Mon Sep 17 00:00:00 2001 From: uzlopak Date: Fri, 19 Jul 2024 14:25:51 +0200 Subject: [PATCH] chore: unpin node 22 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1bf3ae..ddcfbc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: node_version: - 18 - 20 - - '22.4.1' + - 22 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Use Node.js ${{ matrix.node_version }}