This repository was archived by the owner on Sep 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +314
-30
lines changed Expand file tree Collapse file tree 4 files changed +314
-30
lines changed Original file line number Diff line number Diff line change 2424 - name : Use Node.js 20.x
2525 uses : actions/setup-node@v4
2626 with :
27- node-version : ' 20 .x'
27+ node-version : ' 22 .x'
2828 - name : setup .npmrc
2929 run : echo "//registry.npmjs.org/:_authToken=${{secrets.ADOBE_BOT_NPM_TOKEN}}" > .npmrc
3030 - run : npm install
4444 - name : Use Node.js 20.x
4545 uses : actions/setup-node@v4
4646 with :
47- node-version : ' 20 .x'
47+ node-version : ' 22 .x'
4848 - name : setup .npmrc
4949 run : echo "//registry.npmjs.org/:_authToken=${{secrets.ADOBE_BOT_NPM_TOKEN}}" > .npmrc
5050 - run : npm install
7575 - name : Use Node.js 20.x
7676 uses : actions/setup-node@v4
7777 with :
78- node-version : ' 20 .x'
78+ node-version : ' 22 .x'
7979 - name : setup .npmrc
8080 run : echo "//registry.npmjs.org/:_authToken=${{secrets.ADOBE_BOT_NPM_TOKEN}}" > .npmrc
8181 - run : npm install
Original file line number Diff line number Diff line change 1717 run : " pip install sqlfluff"
1818 - name : Get changed files
1919 id : changed-files
20- uses : tj-actions/changed-files@v42
20+ uses : tj-actions/changed-files@v46
2121 with :
2222 files : |
2323 src/queries/**/*.sql
You can’t perform that action at this time.
0 commit comments