From ccea70a119825b044386284ad2a972e155b0f207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Sun, 13 Feb 2022 14:53:26 +0100 Subject: [PATCH] Use lts for node tests --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7d83984..11d650c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,16 +11,16 @@ jobs: strategy: matrix: - node-version: ['15.x'] + node-version: ['lts/*'] steps: - uses: actions/checkout@v2.4.0 - + - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.5.1 with: node-version: ${{ matrix.node-version }} - + - name: Cache uses: actions/cache@v2.1.7 with: