Skip to content

Commit

Permalink
actionsで使うNodeのバージョンをDockerfileの仕様バージョンと併せて19系に
Browse files Browse the repository at this point in the history
  • Loading branch information
oribe1115 committed Mar 3, 2024
1 parent 452fc5b commit 73fd549
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 19.x
cache: npm
- name: check npm ci
run: npm ci
Expand All @@ -30,7 +30,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 19.x
cache: npm
- name: npm ci
run: npm ci
Expand All @@ -46,7 +46,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 19.x
cache: npm
- name: npm ci
run: npm ci
Expand All @@ -62,7 +62,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 19.x
cache: npm
- name: npm ci
run: npm ci
Expand All @@ -78,7 +78,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 19.x
cache: npm
- name: npm ci
run: npm ci
Expand Down

0 comments on commit 73fd549

Please sign in to comment.