Skip to content

Resolve iphone issues with AJAX POST and PUT requests for the payment… #175

Resolve iphone issues with AJAX POST and PUT requests for the payment…

Resolve iphone issues with AJAX POST and PUT requests for the payment… #175

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [21.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
check-latest: true
- name: npm install, build, and test
run: |
npm i
npm i -g grunt-cli
npm ci
npm run build --if-present
npm run lint
npm test
env:
CI: true