File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11.DS_Store
22.eslintrc.js
3+ minver
34node_modules
45example /svelte-kit /.svelte-kit
56
Original file line number Diff line number Diff line change @@ -11,27 +11,25 @@ jobs:
1111 - macos-latest
1212 - windows-latest
1313 node_version :
14- - 18
14+ - 20
1515 name : Node ${{ matrix.node_version }} on ${{ matrix.os }}
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121 - name : Build Reason
2222 run : " echo ref: ${{github.ref}} event: ${{github.event_name}}"
2323 - name : Setup Node.js environment
24- uses : actions/setup-node@v3
24+ uses : actions/setup-node@v4
2525 with :
2626 node-version : ${{ matrix.node_version }}
2727 registry-url : " https://registry.npmjs.org"
28- - name : Install latest NPM
29- run : npm install -g npm@9
3028 - name : Set Min Version
3129 uses : Stelzi79/action-minver@3.0.1
3230 id : version
3331 with :
34- minimum-major-minor : 2 .0
32+ minimum-major-minor : 3 .0
3533 tag-prefix : v
3634 - name : Build Version
3735 run : |
5250 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
5351 - name : Setup GitHub CI Node.js environment
5452 if : github.event_name != 'pull_request' && matrix.os == 'ubuntu-latest'
55- uses : actions/setup-node@v2
53+ uses : actions/setup-node@v4
5654 with :
5755 node-version : ${{ matrix.node_version }}
5856 registry-url : " https://npm.pkg.github.com"
Original file line number Diff line number Diff line change 11.DS_Store
22node_modules
3+ minver
34example /svelte-kit /.svelte-kit
45
56# Ignore files for PNPM, NPM and YARN
You can’t perform that action at this time.
0 commit comments