Skip to content

updates node version to remove isomorphic-fetch and adds formData test #134

updates node version to remove isomorphic-fetch and adds formData test

updates node version to remove isomorphic-fetch and adds formData test #134

Workflow file for this run

name: lint
on:
push:
branches: [v4.x]
pull_request:
branches: [v4.x]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '20.x'
- name: Install dependencies
run: yarn
- run: yarn lint