Skip to content

Commit 9720ca1

Browse files
chore(deps): update dependency node to v22
1 parent a70170d commit 9720ca1

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 18
26+
node-version: 22
2727
registry-url: "https://registry.npmjs.org"
2828
- uses: pnpm/action-setup@v2
2929
name: Install pnpm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@aws-sdk/client-athena": "^3.540.0",
50-
"@types/node": "^20.12.2",
50+
"@types/node": "^22.0.0",
5151
"aws-sdk-client-mock": "^4.0.0",
5252
"concurrently": "^8.2.2",
5353
"husky": "^9.0.11",

pnpm-lock.yaml

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)