Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 24819ce

Browse files
fix(deps): update external major (#1220)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee10c5d commit 24819ce

File tree

4 files changed

+314
-30
lines changed

4 files changed

+314
-30
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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
@@ -44,7 +44,7 @@ jobs:
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
@@ -75,7 +75,7 @@ jobs:
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

.github/workflows/sqlfluff-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

0 commit comments

Comments
 (0)