This repository was archived by the owner on Oct 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2222 if : ${{ steps.release.outputs.release_created }}
2323 - uses : actions/setup-node@v2
2424 with :
25- node-version : ' 15'
25+ node-version : ' *'
26+ check-latest : true
2627 registry-url : ' https://registry.npmjs.org'
2728 if : ${{ steps.release.outputs.release_created }}
2829 - run : npm publish
Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 os : [ubuntu-latest, macOS-latest, windows-latest]
16- node-version : [8.17.0, 15.x ]
16+ node-version : [8.17.0, '*' ]
1717 exclude :
1818 - os : macOS-latest
1919 node-version : 8.17.0
@@ -27,12 +27,13 @@ jobs:
2727 uses : actions/setup-node@v2
2828 with :
2929 node-version : ${{ matrix.node-version }}
30+ check-latest : true
3031 - name : Install dependencies
3132 # TODO: switch to `npm ci` after dropping support for Node 8
3233 run : npm install
3334 - name : Linting
3435 run : npm run format:ci
35- if : " ${{ matrix.node-version == '15.x ' }}"
36+ if : " ${{ matrix.node-version == '* ' }}"
3637 - name : Tests
3738 run : npm run test:ci
3839 - name : Get test coverage flags
4950 flags : ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}
5051 - name : Build
5152 run : npm run build
52- if : " ${{ matrix.node-version == '15.x ' }}"
53+ if : " ${{ matrix.node-version == '* ' }}"
You can’t perform that action at this time.
0 commit comments