From a53090fc92873794bca736f3469ede7f0844fa5b Mon Sep 17 00:00:00 2001 From: Atanas Atanasov Date: Mon, 8 Jan 2024 13:08:32 +0200 Subject: [PATCH] Update workflow --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05fe75f..b2b7d00 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,10 +8,10 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [lts/*] steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: