File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 7
7
strategy :
8
8
matrix :
9
9
os : [macos-latest, ubuntu-latest, windows-latest]
10
- node : [16 ]
10
+ node : [22 ]
11
11
steps :
12
- - uses : actions/checkout@v2
13
- - uses : actions/setup-node@v2
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-node@v4
14
14
with :
15
15
node-version : ${{ matrix.node }}
16
16
17
17
with :
18
- version : 6
18
+ version : 9
19
19
- name : Install dependencies
20
20
run : pnpm i
21
21
- name : Install Playwright
24
24
run : pnpm test
25
25
- name : Upload test results
26
26
if : always()
27
- uses : actions/upload-artifact@v2
27
+ uses : actions/upload-artifact@v4
28
28
with :
29
29
name : playwright-results
30
30
path : test-results
Original file line number Diff line number Diff line change 2
2
3
3
## [ 0.5.0] ( https://github.com/mattjennings/mdsvexamples/compare/0.4.1...0.5.0 ) (2025-01-10)
4
4
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!
5
9
6
10
### Features
7
11
You can’t perform that action at this time.
0 commit comments