Skip to content

Commit

Permalink
Update CI stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jun 16, 2024
1 parent 9650e1b commit 13ca2d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ jobs:
build-page:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "18"
- name: Bundle web resources
run: |
npm install
npx vite build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 13ca2d0

Please sign in to comment.