Remove not needed code

This commit is contained in:
Ethan O'Brien 2023-10-01 03:07:12 -05:00
parent 78717cdddd
commit 99aa6bbb24

View file

@ -17,11 +17,6 @@ jobs:
with:
node-version: '16'
- name: Setup git
run: |
git config user.name "Ethan O'Brien"
git config user.email "ethanaobrien@emulatorjs.org"
- name: Install NodeJS modules
run: cd data/minify && npm install