Skip to content

feat: hasOwn support Node.js 14 (#25) #3

feat: hasOwn support Node.js 14 (#25)

feat: hasOwn support Node.js 14 (#25) #3

Workflow file for this run

name: Node.js 14 CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '14'
- run: npm install
- run: node -v
- run: npm test