From b970f42032fe1748a85449da490fc1d284746464 Mon Sep 17 00:00:00 2001 From: Ivan Tereshchenkov Date: Thu, 21 Apr 2022 22:44:20 +0200 Subject: [PATCH] chore: update github workflow --- .github/workflows/package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index b60866a..3436e5f 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -9,12 +9,12 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 13.x] + node-version: [12, 14, 16, 18] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: npm install, build, and test