diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6842a5d..7edea7b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: 16.13 + node-version: 20 - name: Install run: npm install - name: Lint diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0bb87df..c6c7da0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: 16.13 + node-version: 20 - name: Install run: npm install - name: Test