Skip to content

Commit

Permalink
Update packages and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticFqx committed Apr 12, 2024
1 parent eec0ff3 commit 41cbe99
Show file tree
Hide file tree
Showing 4 changed files with 3,852 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
fetch-depth: 0

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install dependencies
run: npm install && sudo apt install genisoimage

- name: Load game.config.json
uses: antifree/json-to-variables@v1.0.1
uses: antifree/json-to-variables@v1.1.2
with:
filename: 'game.config.json'
prefix: game
Expand All @@ -34,13 +34,13 @@ jobs:
run: npm run build

- name: Load meta.json
uses: antifree/json-to-variables@v1.0.1
uses: antifree/json-to-variables@v1.1.2
with:
filename: 'dist/meta.json'
prefix: meta

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/web
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ pnpm-debug.log*
lerna-debug.log*

# Ignore lock files
# Nobody uses the same package manager
package-lock.json
yarn.lock
pnpm-lock.yaml

Expand Down
Loading

0 comments on commit 41cbe99

Please sign in to comment.