diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1aad2c..2894b9f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 18, 20 ] + node-version: [ 18, 20, 22 ] steps: - name: checkout uses: actions/checkout@v2 diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 733b36c..fce1e4f 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 22 - name: Set Env run: | echo "CURRENT_VERSION=$(node -p 'require("./package.json").version')" >> $GITHUB_ENV diff --git a/test/prh-test.js b/test/prh-test.cjs similarity index 100% rename from test/prh-test.js rename to test/prh-test.cjs