File tree 5 files changed +773
-223
lines changed
5 files changed +773
-223
lines changed Original file line number Diff line number Diff line change 11
11
publish-npm :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
15
- - uses : actions/setup-node@v3
14
+ - uses : actions/checkout@v4
15
+ - uses : actions/setup-node@v4
16
16
with :
17
17
node-version : 18
18
18
registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change 9
9
test :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
13
- - uses : actions/setup-node@v3
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-node@v4
14
14
with :
15
15
node-version : 18
16
16
- run : npm ci
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to the "@qavajs/steps-playwright " will be documented in this file.
4
+
5
+ Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
+
7
+ :rocket : - new feature
8
+
9
+ :beetle : - bugfix
10
+
11
+ :x : - deprecation/removal
12
+
13
+ :pencil : - chore
14
+
15
+ ## 0.8.0
16
+ - :pencil : update dependencies
17
+
1
18
## 0.7.1
2
19
- :beetle : fixed pollValidation dts
3
20
- :beetle : introduced default poll error
You can’t perform that action at this time.
0 commit comments