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 1111 - uses : actions/checkout@v4
1212 - uses : actions/setup-node@v4
1313 with :
14- node-version : 18
14+ node-version : 22
1515 - uses : browserstack/github-actions/setup-env@master
1616 with :
1717 username : ${{ secrets.BROWSER_STACK_USERNAME }}
Original file line number Diff line number Diff line change 1212 fetch-depth : 0
1313 - uses : actions/setup-node@v4
1414 with :
15- node-version : 18
15+ node-version : 22
1616 cache : npm
1717 - run : npm ci
1818 - run : cd examples/ember-app && npm install && npm run build-muon && npm run build
Original file line number Diff line number Diff line change 3232 uses : actions/checkout@v4
3333 - uses : actions/setup-node@v4
3434 with :
35- node-version : 18
35+ node-version : 22
3636 - run : npm install && cd docs && npm install
3737 - run : npm run docs:build
3838 - name : Setup Pages
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212 - uses : actions/setup-node@v4
1313 with :
14- node-version : 18
14+ node-version : 22
1515 - uses : bahmutov/npm-install@v1
1616 - run : npm run test:percy
1717 env :
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 18
16+ node-version : 22
1717 registry-url : https://registry.npmjs.org/
1818 - run : npm ci
1919 - 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 1212 - uses : actions/checkout@v4
1313 - uses : actions/setup-node@v4
1414 with :
15- node-version : 18
15+ node-version : 22
1616 registry-url : https://registry.npmjs.org/
1717 - run : npm ci
1818 - run : npm publish --workspace=@muonic/muon --access public --tag next
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313 - uses : actions/setup-node@v4
1414 with :
15- node-version : 18
15+ node-version : 22
1616 registry-url : https://registry.npmjs.org/
1717 - run : npm ci
1818 - run : npm publish --workspace=@muonic/muon --access public
Original file line number Diff line number Diff line change 1616 fetch-depth : 0
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 18
19+ node-version : 22
2020 - uses : bahmutov/npm-install@v1
2121 - name : Publish to Chromatic
2222 uses : chromaui/action@v1
Original file line number Diff line number Diff line change 1313 fetch-depth : 0
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 18
16+ node-version : 22
1717 - uses : bahmutov/npm-install@v1
1818 - name : Publish to Chromatic
1919 uses : chromaui/action@v1
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212 - uses : actions/setup-node@v4
1313 with :
14- node-version : 18
14+ node-version : 22
1515 - uses : bahmutov/npm-install@v1
1616 - run : npm run lint
1717
2323 - uses : actions/checkout@v4
2424 - uses : actions/setup-node@v4
2525 with :
26- node-version : 18
26+ node-version : 22
2727 - uses : bahmutov/npm-install@v1
2828 - run : npm run test:browserstack
2929 env :
3838 - uses : actions/checkout@v4
3939 - uses : actions/setup-node@v4
4040 with :
41- node-version : 18
41+ node-version : 22
4242 - uses : bahmutov/npm-install@v1
4343 - run : npx playwright install
4444 - run : npx playwright install-deps
5757 - uses : actions/checkout@v4
5858 - uses : actions/setup-node@v4
5959 with :
60- node-version : 18
60+ node-version : 22
6161 - uses : bahmutov/npm-install@v1
6262 - run : npm run test:scripts
6363 - uses : actions/upload-artifact@v4
7474 - uses : actions/checkout@v4
7575 - uses : actions/setup-node@v4
7676 with :
77- node-version : 18
77+ node-version : 22
7878 - uses : bahmutov/npm-install@v1
7979 - run : npx playwright install
8080 - run : npx playwright install-deps
You can’t perform that action at this time.
0 commit comments