Skip to content

Commit

Permalink
bump node used in git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCactus committed Aug 7, 2023
1 parent d1ea0cf commit 7eb08d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/liquidator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
working-directory: ./liquidator
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache
- name: Lint
Expand Down

0 comments on commit 7eb08d2

Please sign in to comment.