diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7419b4cf..f01635e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: needs: test_lint strategy: matrix: - node: [ '17' ] + node: [ '18' ] os: [ ubuntu-latest ] name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: @@ -122,4 +122,4 @@ jobs: env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} VERSION: ${{ needs.check_if_version_upgraded.outputs.to_version }} - IS_PRE_RELEASE: ${{ needs.check_if_version_upgraded.outputs.is_pre_release }} \ No newline at end of file + IS_PRE_RELEASE: ${{ needs.check_if_version_upgraded.outputs.is_pre_release }}