Skip to content

Commit

Permalink
Merge pull request #5 from DrimTech-program/Cloudflare
Browse files Browse the repository at this point in the history
Cloudflare
  • Loading branch information
Chillizu authored Dec 20, 2024
2 parents c96f337 + ff3803d commit 73fffb8
Show file tree
Hide file tree
Showing 71 changed files with 1,089 additions and 2,305 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
1 change: 1 addition & 0 deletions node_modules/.mf/cf.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

224 changes: 86 additions & 138 deletions node_modules/.package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion node_modules/call-bind/.eslintignore

This file was deleted.

16 changes: 0 additions & 16 deletions node_modules/call-bind/.eslintrc

This file was deleted.

12 changes: 0 additions & 12 deletions node_modules/call-bind/.github/FUNDING.yml

This file was deleted.

9 changes: 0 additions & 9 deletions node_modules/call-bind/.nycrc

This file was deleted.

106 changes: 0 additions & 106 deletions node_modules/call-bind/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions node_modules/call-bind/LICENSE

This file was deleted.

64 changes: 0 additions & 64 deletions node_modules/call-bind/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions node_modules/call-bind/callBound.js

This file was deleted.

24 changes: 0 additions & 24 deletions node_modules/call-bind/index.js

This file was deleted.

Loading

0 comments on commit 73fffb8

Please sign in to comment.