Skip to content

Commit

Permalink
Try upgrading to Node 14.x (pulumi#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Nov 4, 2021
1 parent c777712 commit 8fc278a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
go-version:
- 1.16.x
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
- Py
- Fs
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:
go-version:
- 1.16.x
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand Down Expand Up @@ -486,7 +486,7 @@ jobs:
go-version:
- 1.16.x
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand All @@ -511,7 +511,7 @@ jobs:
fail-fast: false
matrix:
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
source-dir:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance_metrics_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
go-version:
- 1.16.x
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run-tests-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
go-version:
- 1.16.x
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
- Py
- Fs
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand Down Expand Up @@ -423,7 +423,7 @@ jobs:
go-version:
- 1.16.x
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand Down Expand Up @@ -506,7 +506,7 @@ jobs:
go-version:
- 1.16.x
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand All @@ -533,7 +533,7 @@ jobs:
fail-fast: false
matrix:
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
source-dir:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/smoke-test-cli-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
go-version:
- 1.16.x
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
- Py
- Fs
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
go-version:
- 1.16.x
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand Down Expand Up @@ -445,7 +445,7 @@ jobs:
go-version:
- 1.16.x
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand All @@ -470,7 +470,7 @@ jobs:
fail-fast: false
matrix:
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
source-dir:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/smoke-test-provider-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
go-version:
- 1.16.x
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
- Py
- Fs
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
go-version:
- 1.16.x
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand Down Expand Up @@ -438,7 +438,7 @@ jobs:
go-version:
- 1.16.x
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
python-version:
Expand All @@ -463,7 +463,7 @@ jobs:
fail-fast: false
matrix:
node-version:
- 13.x
- 14.x
platform:
- ubuntu-latest
source-dir:
Expand Down

0 comments on commit 8fc278a

Please sign in to comment.