diff --git a/.github/workflows/usage.yml b/.github/workflows/usage.yml index 4c7e694..5070bff 100644 --- a/.github/workflows/usage.yml +++ b/.github/workflows/usage.yml @@ -11,7 +11,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 14.x + node-version: 20.x - name: npm install and build run: | npm install @@ -33,7 +33,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 14.x + node-version: 20.x - name: Get build-output from build step uses: actions/download-artifact@v4 with: diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index cc7f275..b1fcb84 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -11,7 +11,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 14.x + node-version: 20.x - run: npm install - run: npm run test-lint @@ -43,7 +43,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 14.x + node-version: 20.x - name: npm install and build run: | npm install