Skip to content

Commit

Permalink
ci: update config (#2340)
Browse files Browse the repository at this point in the history
  • Loading branch information
cutterbl authored Jan 13, 2023
1 parent f7bfd11 commit 06dd6d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.13.2'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/Day.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Day extends React.Component {
/**
* This allows us to default min, max, and scrollToTime
* using our localizer. This is necessary until such time
* as TimeGrid is converted to a functional component.
* as TODO: TimeGrid is converted to a functional component.
*/
let {
date,
Expand Down

0 comments on commit 06dd6d6

Please sign in to comment.