Skip to content

Commit

Permalink
Merge pull request #72 from eugene-serb/development
Browse files Browse the repository at this point in the history
Release 1.0.9
  • Loading branch information
eugene-serb authored Mar 4, 2023
2 parents 54ae542 + 1ff18ac commit df964bf
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 20 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Build

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

jobs:
build:

strategy:
matrix:
node-version: [ 18.x ]
os: [ ubuntu-latest ]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm run build
36 changes: 18 additions & 18 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurora-game-engine",
"version": "1.0.8",
"version": "1.0.9",
"description": "Aurora game engine for creating 1D and 2D games in JavaScript",
"keywords": [
"game-engine",
Expand Down Expand Up @@ -38,7 +38,7 @@
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.34.0",
"eslint": "^8.35.0",
"eslint-cli": "^1.1.1",
"eslint-webpack-plugin": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
Expand Down

0 comments on commit df964bf

Please sign in to comment.