From ab06dae4f9367ccbf98d45acb32356b69b0e3cdb Mon Sep 17 00:00:00 2001 From: Muunatic Date: Mon, 9 Oct 2023 22:09:44 +0700 Subject: [PATCH] build(CI): update node and npm version --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9ff50f3..dbb048b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: windows-latest strategy: matrix: - node-version: [16.19.0] + node-version: [16.20.2] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -19,7 +19,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: install npm - run: npm install npm@8.19.3 -g + run: npm install npm@8.19.4 -g - name: install dependencies run: npm ci - name: run lint