From 93e969fb5a259cff80ebbcbd300af9c16ee53070 Mon Sep 17 00:00:00 2001 From: mrmlnc Date: Tue, 7 Jan 2025 15:33:45 +0300 Subject: [PATCH] ci: specify supported versions Node.js --- .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 55ddf1f..3eaa946 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: test: strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [8.3.0, 8, 10, 12, 14, 16, 18, 20, 22] os: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.os }}