Skip to content

Commit 29a77c6

Browse files
committed
Revert "chore(ci): bump node version (bootstrap-vue#7052)"
This reverts commit fd5fabb. Revert till we have access to codesandbox CI to bump node version
1 parent fd5fabb commit 29a77c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest]
23-
node: [14, 16]
23+
node: [12, 14, 16]
2424

2525
steps:
2626
- name: Clone repository
@@ -55,4 +55,4 @@ jobs:
5555
run: yarn run bundlewatch
5656
if: matrix.node == '16'
5757
env:
58-
BUNDLEWATCH_GITHUB_TOKEN: '${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}'
58+
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
strategy:
9595
matrix:
9696
os: [ubuntu-latest]
97-
node: [14, 16, 18]
97+
node: [12, 14, 16]
9898

9999
steps:
100100
- name: Clone repository

0 commit comments

Comments
 (0)