Skip to content

Commit

Permalink
skip node v16. fetch API lacks globals for FormData, Blob, Headers
Browse files Browse the repository at this point in the history
  • Loading branch information
shirish87 committed Jan 29, 2024
1 parent c4682e3 commit 1d245f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: npm test
on:
- push

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false

jobs:
test:
name: "node.js ${{ matrix.node-version }}"
Expand All @@ -11,7 +16,6 @@ jobs:
node-version:
- 20
- 18
- 16
environment: BrowserStackEnv
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1d245f9

Please sign in to comment.