Skip to content

Commit

Permalink
Merge pull request #1393 from glensc/bump-node-ci-16
Browse files Browse the repository at this point in the history
Bump CI node to 16 to fix danger_babel_test test
  • Loading branch information
orta authored Jul 31, 2023
2 parents e36a7e0 + 8be1767 commit b0e5f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16"

# Get local dependencies & test
- run: yarn install
Expand Down

0 comments on commit b0e5f37

Please sign in to comment.