@@ -252,7 +252,7 @@ jobs:
252
252
git config --global user.name "npm cli ops bot"
253
253
- uses: actions/setup-node@v3
254
254
with:
255
- node-version: 16.x
255
+ node-version: \${{ matrix.node-version }}
256
256
- name: Update to workable npm (windows)
257
257
# node 12 and 14 ship with npm@6, which is known to fail when updating itself in windows
258
258
if: matrix.platform.os == 'windows-latest' && (startsWith(matrix.node-version, '12') || startsWith(matrix.node-version, '14'))
@@ -721,13 +721,13 @@ on:
721
721
branches:
722
722
- '*'
723
723
paths:
724
- - workspaces/b
724
+ - workspaces/b/**
725
725
push:
726
726
branches:
727
727
- main
728
728
- latest
729
729
paths:
730
- - workspaces/b
730
+ - workspaces/b/**
731
731
schedule:
732
732
# "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
733
733
- cron: "0 2 * * 1"
@@ -795,7 +795,7 @@ jobs:
795
795
git config --global user.name "npm cli ops bot"
796
796
- uses: actions/setup-node@v3
797
797
with:
798
- node-version: 16.x
798
+ node-version: \${{ matrix.node-version }}
799
799
- name: Update to workable npm (windows)
800
800
# node 12 and 14 ship with npm@6, which is known to fail when updating itself in windows
801
801
if: matrix.platform.os == 'windows-latest' && (startsWith(matrix.node-version, '12') || startsWith(matrix.node-version, '14'))
@@ -829,13 +829,13 @@ on:
829
829
branches:
830
830
- '*'
831
831
paths:
832
- - workspaces/a
832
+ - workspaces/a/**
833
833
push:
834
834
branches:
835
835
- main
836
836
- latest
837
837
paths:
838
- - workspaces/a
838
+ - workspaces/a/**
839
839
schedule:
840
840
# "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
841
841
- cron: "0 2 * * 1"
@@ -903,7 +903,7 @@ jobs:
903
903
git config --global user.name "npm cli ops bot"
904
904
- uses: actions/setup-node@v3
905
905
with:
906
- node-version: 16.x
906
+ node-version: \${{ matrix.node-version }}
907
907
- name: Update to workable npm (windows)
908
908
# node 12 and 14 ship with npm@6, which is known to fail when updating itself in windows
909
909
if: matrix.platform.os == 'windows-latest' && (startsWith(matrix.node-version, '12') || startsWith(matrix.node-version, '14'))
@@ -1007,7 +1007,7 @@ jobs:
1007
1007
git config --global user.name "npm cli ops bot"
1008
1008
- uses: actions/setup-node@v3
1009
1009
with:
1010
- node-version: 16.x
1010
+ node-version: \${{ matrix.node-version }}
1011
1011
- name: Update to workable npm (windows)
1012
1012
# node 12 and 14 ship with npm@6, which is known to fail when updating itself in windows
1013
1013
if: matrix.platform.os == 'windows-latest' && (startsWith(matrix.node-version, '12') || startsWith(matrix.node-version, '14'))
0 commit comments