Skip to content

Commit

Permalink
fix: changed node version in workflows to 16.14 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateki0 committed Jan 26, 2023
1 parent 26e915f commit c1fed71
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-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16.14
- name: Install node modules
run: cd docs/ && yarn
- name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_go_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16.14
cache: yarn
- name: PWD
run: cd example-expo && pwd
Expand Down

0 comments on commit c1fed71

Please sign in to comment.