Skip to content

Commit

Permalink
bump node version 8->16 to match pxt build
Browse files Browse the repository at this point in the history
  • Loading branch information
jwunderl committed Jun 22, 2023
1 parent d00a321 commit e70b5ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pxt-buildmain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [8.x]
node-version: [16.x]

steps:
- uses: actions/checkout@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pxt-buildpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.x]
node-version: [16.x]

steps:
- uses: actions/checkout@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pxt-buildpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [8.x]
node-version: [16.x]

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

0 comments on commit e70b5ad

Please sign in to comment.