File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
.eslintrc.js
3
+ minver
3
4
node_modules
4
5
example /svelte-kit /.svelte-kit
5
6
Original file line number Diff line number Diff line change @@ -11,27 +11,25 @@ jobs:
11
11
- macos-latest
12
12
- windows-latest
13
13
node_version :
14
- - 18
14
+ - 20
15
15
name : Node ${{ matrix.node_version }} on ${{ matrix.os }}
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
- name : Build Reason
22
22
run : " echo ref: ${{github.ref}} event: ${{github.event_name}}"
23
23
- name : Setup Node.js environment
24
- uses : actions/setup-node@v3
24
+ uses : actions/setup-node@v4
25
25
with :
26
26
node-version : ${{ matrix.node_version }}
27
27
registry-url : " https://registry.npmjs.org"
28
- - name : Install latest NPM
29
- run : npm install -g npm@9
30
28
- name : Set Min Version
31
29
uses : Stelzi79/action-minver@3.0.1
32
30
id : version
33
31
with :
34
- minimum-major-minor : 2 .0
32
+ minimum-major-minor : 3 .0
35
33
tag-prefix : v
36
34
- name : Build Version
37
35
run : |
52
50
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
53
51
- name : Setup GitHub CI Node.js environment
54
52
if : github.event_name != 'pull_request' && matrix.os == 'ubuntu-latest'
55
- uses : actions/setup-node@v2
53
+ uses : actions/setup-node@v4
56
54
with :
57
55
node-version : ${{ matrix.node_version }}
58
56
registry-url : " https://npm.pkg.github.com"
Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
node_modules
3
+ minver
3
4
example /svelte-kit /.svelte-kit
4
5
5
6
# Ignore files for PNPM, NPM and YARN
You can’t perform that action at this time.
0 commit comments