Skip to content

Commit 0a5f03d

Browse files
committed
chore: update workflow
1 parent 3a55b77 commit 0a5f03d

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
strategy:
88
matrix:
99
os: [macos-latest, ubuntu-latest, windows-latest]
10-
node: [16]
10+
node: [22]
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v2
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-node@v4
1414
with:
1515
node-version: ${{ matrix.node }}
1616
- uses: pnpm/[email protected]
1717
with:
18-
version: 6
18+
version: 9
1919
- name: Install dependencies
2020
run: pnpm i
2121
- name: Install Playwright
@@ -24,7 +24,7 @@ jobs:
2424
run: pnpm test
2525
- name: Upload test results
2626
if: always()
27-
uses: actions/upload-artifact@v2
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: playwright-results
3030
path: test-results

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [0.5.0](https://github.com/mattjennings/mdsvexamples/compare/0.4.1...0.5.0) (2025-01-10)
44

5+
Upgrades to Svelte 5 & is now required. If you are using Svelte 4 or below you will need to stay
6+
on 0.4.1.
7+
8+
Big thanks to @radiium for the work on this release!
59

610
### Features
711

0 commit comments

Comments
 (0)