Skip to content

Commit

Permalink
bump version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Koskivaara committed May 19, 2023
1 parent c3f604e commit 283a84a
Show file tree
Hide file tree
Showing 4 changed files with 14,884 additions and 6,552 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: Test POST and GET web requests
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Setup Node for testing
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: 18
- run: npm install
- run: npm test
- name: post-request output
Expand Down
Loading

0 comments on commit 283a84a

Please sign in to comment.