diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76fb0ca..1c5c8be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@v3 with: - node-version: lts/* + node-version: "18" - run: npm ci - name: Semantic Release uses: cycjimmy/semantic-release-action@v3 @@ -39,7 +39,7 @@ jobs: # - uses: actions/checkout@v2 # - uses: actions/setup-node@v2 # with: - # node-version: 12 + # node-version: 18 # registry-url: https://npm.pkg.github.com/ # - run: npm ci # - run: npm publish diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c12fbbb..60c32db 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: ['current', 'lts/*', 'lts/-1'] + node-version: "18" # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: