Skip to content

Commit

Permalink
Nodeバージョンを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
makutamoto committed Nov 11, 2023
1 parent 3816820 commit 12b4c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: 16
- name: Install Dependencies
working-directory: mojacoder-backend
run: |
Expand Down

0 comments on commit 12b4c88

Please sign in to comment.