File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : 18
14
+ node-version : 22
15
15
- uses : browserstack/github-actions/setup-env@master
16
16
with :
17
17
username : ${{ secrets.BROWSER_STACK_USERNAME }}
Original file line number Diff line number Diff line change 12
12
fetch-depth : 0
13
13
- uses : actions/setup-node@v3
14
14
with :
15
- node-version : 18
15
+ node-version : 22
16
16
cache : npm
17
17
- run : npm ci
18
18
- run : cd examples/ember-app && npm install && npm run build-muon && npm run build
Original file line number Diff line number Diff line change 32
32
uses : actions/checkout@v3
33
33
- uses : actions/setup-node@v3
34
34
with :
35
- node-version : 18
35
+ node-version : 22
36
36
- run : npm install && cd docs && npm install
37
37
- run : npm run docs:build
38
38
- name : Setup Pages
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : 18
14
+ node-version : 22
15
15
- uses : bahmutov/npm-install@v1
16
16
- run : npm run test:percy
17
17
env :
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v3
14
14
- uses : actions/setup-node@v3
15
15
with :
16
- node-version : 18
16
+ node-version : 22
17
17
registry-url : https://registry.npmjs.org/
18
18
- run : npm ci
19
19
- run : npm version prerelease --git-tag-version=false --preid=experimental-${{ github.run_number }}-"$(git show -s --format=%h)" --workspace=@muonic/muon
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v3
13
13
- uses : actions/setup-node@v3
14
14
with :
15
- node-version : 18
15
+ node-version : 22
16
16
registry-url : https://registry.npmjs.org/
17
17
- run : npm ci
18
18
- run : npm publish --workspace=@muonic/muon --access public --tag next
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v3
13
13
- uses : actions/setup-node@v3
14
14
with :
15
- node-version : 18
15
+ node-version : 22
16
16
registry-url : https://registry.npmjs.org/
17
17
- run : npm ci
18
18
- run : npm publish --workspace=@muonic/muon --access public
Original file line number Diff line number Diff line change 16
16
fetch-depth : 0
17
17
- uses : actions/setup-node@v3
18
18
with :
19
- node-version : 18
19
+ node-version : 22
20
20
- uses : bahmutov/npm-install@v1
21
21
- name : Publish to Chromatic
22
22
uses : chromaui/action@v1
Original file line number Diff line number Diff line change 13
13
fetch-depth : 0
14
14
- uses : actions/setup-node@v3
15
15
with :
16
- node-version : 18
16
+ node-version : 22
17
17
- uses : bahmutov/npm-install@v1
18
18
- name : Publish to Chromatic
19
19
uses : chromaui/action@v1
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : 18
14
+ node-version : 22
15
15
- uses : bahmutov/npm-install@v1
16
16
- run : npm run lint
17
17
23
23
- uses : actions/checkout@v3
24
24
- uses : actions/setup-node@v3
25
25
with :
26
- node-version : 18
26
+ node-version : 22
27
27
- uses : bahmutov/npm-install@v1
28
28
- run : npm run test:browserstack
29
29
env :
38
38
- uses : actions/checkout@v3
39
39
- uses : actions/setup-node@v3
40
40
with :
41
- node-version : 18
41
+ node-version : 22
42
42
- uses : bahmutov/npm-install@v1
43
43
- run : npx playwright install
44
44
- run : npx playwright install-deps
57
57
- uses : actions/checkout@v3
58
58
- uses : actions/setup-node@v3
59
59
with :
60
- node-version : 18
60
+ node-version : 22
61
61
- uses : bahmutov/npm-install@v1
62
62
- run : npm run test:scripts
63
63
- uses : actions/upload-artifact@v4
74
74
- uses : actions/checkout@v3
75
75
- uses : actions/setup-node@v3
76
76
with :
77
- node-version : 18
77
+ node-version : 22
78
78
- uses : bahmutov/npm-install@v1
79
79
- run : npx playwright install
80
80
- run : npx playwright install-deps
You can’t perform that action at this time.
0 commit comments