Skip to content

Commit 0dd2c14

Browse files
committed
featupgrade node to 22 (LTS)
1 parent 099c78d commit 0dd2c14

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+352
-1454
lines changed

.github/workflows/lambda.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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/arm64/.terraform.lock.hcl

Lines changed: 0 additions & 85 deletions
This file was deleted.

examples/arm64/README.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

examples/arm64/lambdas-download/README.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

examples/arm64/lambdas-download/main.tf

Lines changed: 0 additions & 25 deletions
This file was deleted.

examples/arm64/lambdas-download/versions.tf

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/arm64/main.tf

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)