Skip to content

Commit

Permalink
tests: fix node version in weekly cron (#14534)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Nov 15, 2022
1 parent e5dfcb2 commit 6f70dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
steps:
- name: git clone
uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- run: yarn --frozen-lockfile

- run: yarn mocha --testMatch=third-party/chromium-synchronization/*-test.js

0 comments on commit 6f70dfb

Please sign in to comment.