Skip to content

Commit

Permalink
Fix type for request options (#34)
Browse files Browse the repository at this point in the history
* #33 fix type for request options

* #33 fix type for request options

* #33 fix type for request options

* #33 fix type for request options

* #33 upgrade actions config

* #33 fix type for request options

* #33 active skiped tests

* #33 upgrade actions config

---------

Co-authored-by: Sascha Jovanoski <s.jovanoski@reuter.de>
  • Loading branch information
sajov and Sascha Jovanoski committed May 31, 2023
1 parent 4380c78 commit 904a1d0
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 258 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -23,9 +23,9 @@ jobs:
node-version: [18.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down

0 comments on commit 904a1d0

Please sign in to comment.