File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838
3939 - uses : actions/setup-node@v4
4040 with :
41- node-version : 18
41+ node-version : 20
4242 registry-url : https://npm.pkg.github.com/
4343 - name : Check if version has been updated
4444 id : check
5656 needs : version-check
5757 strategy :
5858 matrix :
59- os : [ubuntu-20.04, windows-2022, macos-latest ]
59+ os : [ubuntu-20.04, windows-2022, macos-13 ]
6060 arch : [x64]
6161 include :
6262 - arch : ia32
7979 echo ${{matrix.os == 'macos-latest'}}
8080 echo ${{ matrix.arch == 'arm64' && matrix.os == 'macos-latest' }}
8181 echo ${{matrix.arch == 'x64'}}
82- echo ${{ matrix.arch == 'x64' && matrix.os == 'macos-latest ' }}
82+ echo ${{ matrix.arch == 'x64' && matrix.os == 'macos-13 ' }}
8383 - name : Checkout code
8484 uses : actions/checkout@v4
8585 with :
You can’t perform that action at this time.
0 commit comments