Skip to content

Commit

Permalink
chore: upgrade node in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken committed Aug 16, 2023
1 parent 8e7759d commit 559876e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 18
- uses: c-hive/gha-yarn-cache@v2
- run: yarn
- run: yarn verify:formatting
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 18
- uses: c-hive/gha-yarn-cache@v2
- run: yarn
- run: yarn verify:code-styles
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 18
- uses: c-hive/gha-yarn-cache@v2
- run: yarn
- run: yarn typecheck
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 18
- uses: c-hive/gha-yarn-cache@v2
- run: yarn
- run: yarn test --coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/search-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Update search index
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: darrenjennings/algolia-docsearch-action@da2ed379c147b356d60dbfec68bdcfacb2791a98
with:
algolia_application_id: 'E57FOT37U9'
Expand Down

0 comments on commit 559876e

Please sign in to comment.