diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 596cdf4..85e0e4f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [12.x, 16.x] + node-version: [12.x, 18.x] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 420f77f..73040d1 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 - run: npm ci - run: npm test @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish @@ -42,7 +42,7 @@ jobs: # - uses: actions/checkout@v3 # - uses: actions/setup-node@v3 # with: -# node-version: 14 +# node-version: 18 # registry-url: https://npm.pkg.github.com/ # - run: npm ci # - run: npm publish