Skip to content

Commit 2d0266d

Browse files
committed
featupgrade node to 22 (LTS)
1 parent e93d15f commit 2d0266d

File tree

22 files changed

+352
-332
lines changed

22 files changed

+352
-332
lines changed

.github/workflows/lambda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [20]
14+
node: [22]
1515
container:
1616
image: node:${{ matrix.node }}
1717
defaults:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
- name: Build dist
2222
working-directory: lambdas

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.83.5
3+
rev: v1.96.2
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_tflint
77
args:
88
- --args=--config=__GIT_WORKING_DIR__/.tflint.hcl --var-file __GIT_WORKING_DIR__/.github/lint/tflint.tfvars
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.5.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: check-merge-conflict

.tflint.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ config {
55

66
plugin "aws" {
77
enabled = true
8-
version = "0.30.0"
8+
version = "0.36.0"
99
source = "github.com/terraform-linters/tflint-ruleset-aws"
1010
}
1111

examples/default/.terraform.lock.hcl

+57-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ephemeral/.terraform.lock.hcl

+57-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)