diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 2a59db501..d1973a60d 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 - uses: bahmutov/npm-install@v1 - name: Run tests and generate coverage run: make test_unit_codecov @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 - uses: bahmutov/npm-install@v1 - name: Run linter run: make lint diff --git a/.tool-versions b/.tool-versions index 72d3eae28..18de0230f 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -nodejs 16.18.0 +nodejs 18.1.0 yarn 3.2.1