Skip to content

Commit

Permalink
Fix node version to 10.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaito committed Jan 22, 2021
1 parent bf6a5f2 commit 58d28c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '10.23.1'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '10.23.1'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit 58d28c6

Please sign in to comment.