From 28c8009e936198e8369c2e05f9a842172647cae6 Mon Sep 17 00:00:00 2001 From: Nodari Chkuaselidze Date: Fri, 26 Apr 2024 13:58:14 +0400 Subject: [PATCH] pkg: update ci. --- .github/workflows/node.js.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e6091ea..77ff5a0 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,9 +5,9 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x @@ -33,11 +33,15 @@ jobs: exclude: - os: windows-latest node: 14.x + - os: macos-latest + node: 14.x + - os: macos-latest + node: 16.x steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Node.js ${{matrix.node}} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{matrix.node}}