Skip to content

Create ImportSprites.js #17

Create ImportSprites.js

Create ImportSprites.js #17

Workflow file for this run

name: Simple CI Workflow
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout Code
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install Dependencies
run: npm install
- name: Run Build
run: npm run build
env:
NODE_ENV: production