diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index fb900b5..62ad876 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: npm ci - run: npm test @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run compile diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f232ef7..1d6f7ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: chmod 755 * - run: npm ci - run: npm test