Skip to content

Commit

Permalink
change: ci/cd
Browse files Browse the repository at this point in the history
test
  • Loading branch information
mint73 committed Apr 9, 2024
1 parent 1325620 commit 96ecb82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# nodeのバージョン一覧
strategy:
matrix:
node-version: ['16.x']
node-version: ['20.x']

# 各ステップの実行
steps:
Expand All @@ -34,7 +34,7 @@ jobs:
# パッケージのインストールとアプリのビルド
- name: install and build
run: |
npm install
npm ci
npm run build
env:
CI: true
Expand Down

0 comments on commit 96ecb82

Please sign in to comment.