-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7ac1b6
commit 014f013
Showing
4 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
cache: 'npm' | ||
cache: "npm" | ||
cache-dependency-path: ./src/package-lock.json | ||
|
||
- name: Install dependencies | ||
|
@@ -40,9 +40,9 @@ jobs: | |
- name: Set time zone to America/Chicago | ||
uses: szenius/[email protected] | ||
with: | ||
timezoneLinux: 'America/Chicago' | ||
timezoneMacos: 'America/Chicago' | ||
timezoneWindows: 'America/Chicago' | ||
timezoneLinux: "America/Chicago" | ||
timezoneMacos: "America/Chicago" | ||
timezoneWindows: "America/Chicago" | ||
|
||
- name: Run JS test suite | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,4 +76,4 @@ Limited Use requirements. | |
|
||
If you have any questions or concerns about this Privacy Policy or our data | ||
handling practices, please contact us at [[email protected]](mailto:[email protected]) or | ||
open a [GitHub issue](https://github.com/maxpatiiuk/calendar-plus/issues/new) | ||
open a [GitHub issue](https://github.com/maxpatiiuk/calendar-plus/issues/new) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters