Merge a16a670edd963602c92d3f731ce27c6b8ef6304d into 23657c8550e9be4f7ee7e9d7fe8adda6d703bb4e

This commit is contained in:
AS ABIR HASAN 2024-06-22 20:35:48 +00:00 committed by GitHub
commit 43ed5073d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 49 additions and 0 deletions

28
.github/workflows/npm-gulp.yml vendored Normal file
View File

@ -0,0 +1,28 @@
name: NodeJS with Gulp
on: Control + Shift + m
push: true
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs: Control + Shift + m
build:
runs-on: ubuntu-latest
strategy: .github/workflows/test.yaml
matrix: run_install.cwd
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
gulp

21
SECURITY.md Normal file
View File

@ -0,0 +1,21 @@
# Security Policy
## Supported Versions
Use this section to tell people about which versions of your project are
currently being supported with security updates.
| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
## Reporting a Vulnerability
Use this section to tell people how to report a vulnerability.
Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.