Skip to content

Commit

Permalink
Update restart-daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavostz authored Feb 6, 2024
1 parent c80282b commit 5ddffe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/restart-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Use Node 12
- name: Use Node 16
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: '16.x'

- name: Install packages
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 5ddffe2

Please sign in to comment.