Skip to content

Commit

Permalink
ci(storefront): bctheme-00 use node 16 in github actions (#2346)
Browse files Browse the repository at this point in the history
ci(storefront): bctheme-00 use node 16 in github actions
  • Loading branch information
BC-krasnoshapka authored Apr 11, 2023
1 parent b305105 commit 066e3e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node: [14.x]
node: [16.x]

steps:
- name: Checkout code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node: [14.x]
node: [16.x]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node: [14.x]
node: [16.x]

steps:
- name: Checkout code
Expand Down

0 comments on commit 066e3e1

Please sign in to comment.