Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Spruce up: Upgrade deps, update Victoria gov calendar URL #40

Merged
merged 5 commits into from
Dec 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: 'npm'

- run: npm ci
Expand All @@ -30,14 +30,14 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: 'npm'

- run: npm ci
- run: npm run typecheck

test:
name: Test on ${{ matrix.os }} using Node.js v16
name: Test on ${{ matrix.os }} using Node.js v20
strategy:
fail-fast: false
matrix:
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: 'npm'

- run: npm ci
Expand Down
Loading