removed the dependencies section

This commit is contained in:
Matt Troutman 2024-05-19 03:08:30 -05:00
parent 4e6f2fd933
commit b5d816a113
Signed by: trtmn
SSH Key Fingerprint: SHA256:cgYdsbnbA0S6X4anVowEAntjEpGV7nMyk2NW6ZYoNjE

View File

@ -12,17 +12,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build # or your build command
- name: Create Release
id: create_release
uses: actions/create-release@v1