From 1b2fe980536d27676ba4706a4105d69b98f62ed0 Mon Sep 17 00:00:00 2001 From: Igal Klebanov Date: Sat, 5 Oct 2024 18:55:29 +0300 Subject: [PATCH] ci: run 22.x --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 405a26f89..4a0a17600 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x, 20.x, 22.4.1] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 @@ -44,7 +44,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x, 20.x, 22.4.1] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 @@ -79,7 +79,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 22.4.1 + node-version: 22.x cache: 'npm' - name: Use Deno ${{ matrix.deno-version }} @@ -114,7 +114,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 22.4.1 + node-version: 22.x cache: 'npm' - name: Install dependencies @@ -141,7 +141,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 22.4.1 + node-version: 22.x cache: 'npm' - name: Install dependencies @@ -163,7 +163,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 22.4.1 + node-version: 22.x cache: 'npm' - name: Install dependencies