update deps & make use of node 20 instead of node 16 (#19) #22
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
name: Test Windows | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
page_build: | |
release: | |
types: | |
- created | |
jobs: | |
test_windows_gmt8: | |
runs-on: windows-latest | |
name: Test GMT +8 on Windows | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Set Timezone to +8 (With input) | |
uses: ./ | |
with: | |
timezoneWindows: "Singapore Standard Time" | |
- run: npm i | |
- run: npm run test |