Skip to content

Commit

Permalink
fix node version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeDrangon committed Dec 28, 2021
1 parent 1a06881 commit f25c6a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os:
- ubuntu-latest
node-version:
- 15
- 17

env:
BRANCH_NAME: dependency-bump
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- windows-latest
- ubuntu-latest
node-version:
- 15
- 17

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- windows-latest
- ubuntu-latest
node-version:
- 15
- 17

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f25c6a5

Please sign in to comment.