Skip to content

Commit

Permalink
Merge branch 'master' into carina/appversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ursucarina authored Mar 9, 2023
2 parents a4c6179 + 0a6ad81 commit 664eefc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 16.18.0
nodejs 18.1.0
yarn 3.2.1

0 comments on commit 664eefc

Please sign in to comment.