From 014026cec692d6bca70ae9dc69483a549c2d486a Mon Sep 17 00:00:00 2001 From: RFS-ADRENO Date: Sun, 18 Feb 2024 10:38:38 +0700 Subject: [PATCH] Update Node.js versions in GitHub workflows --- .github/workflows/nodejs.yml | 2 +- .github/workflows/npmpublish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e869ab1c..fe50bc4f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [16.x] steps: - uses: actions/checkout@v1 diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 6052961b..1b61ae4e 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 16 - run: npm ci - run: npm run lint @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 16 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish