Skip to content

Commit

Permalink
nodeバージョンを指定
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuyoshi-yamazaki committed Feb 18, 2023
1 parent 0444479 commit d96bacc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh_pages_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# shellで $cd $GITHUB_WORKSPACE を行いmerge→github.tokenを用いてpushすればdevmasx/[email protected]を使用せずに書けると思われる
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Deploy
uses: devmasx/[email protected]
with:
Expand Down

0 comments on commit d96bacc

Please sign in to comment.