Skip to content

Commit 5a3b924

Browse files
update dependencies (#15)
1 parent 29f0818 commit 5a3b924

File tree

5 files changed

+773
-223
lines changed

5 files changed

+773
-223
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
publish-npm:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-node@v3
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 18
1818
registry-url: https://registry.npmjs.org/

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-node@v3
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-node@v4
1414
with:
1515
node-version: 18
1616
- run: npm ci

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
## 0.7.1
219
- :beetle: fixed pollValidation dts
320
- :beetle: introduced default poll error

0 commit comments

Comments
 (0)