Skip to content

Commit

Permalink
featupgrade node to 22 (LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Dec 20, 2024
1 parent 099c78d commit 0dd2c14
Show file tree
Hide file tree
Showing 50 changed files with 352 additions and 1,454 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [20]
node: [22]
container:
image: node:${{ matrix.node }}
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20
node-version: 22
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Build dist
working-directory: lambdas
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.83.5
rev: v1.96.2
hooks:
- id: terraform_fmt
- id: terraform_tflint
args:
- --args=--config=__GIT_WORKING_DIR__/.tflint.hcl --var-file __GIT_WORKING_DIR__/.github/lint/tflint.tfvars
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
2 changes: 1 addition & 1 deletion .tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ config {

plugin "aws" {
enabled = true
version = "0.30.0"
version = "0.36.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}

Expand Down
85 changes: 0 additions & 85 deletions examples/arm64/.terraform.lock.hcl

This file was deleted.

74 changes: 0 additions & 74 deletions examples/arm64/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions examples/arm64/lambdas-download/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions examples/arm64/lambdas-download/main.tf

This file was deleted.

3 changes: 0 additions & 3 deletions examples/arm64/lambdas-download/versions.tf

This file was deleted.

96 changes: 0 additions & 96 deletions examples/arm64/main.tf

This file was deleted.

15 changes: 0 additions & 15 deletions examples/arm64/outputs.tf

This file was deleted.

3 changes: 0 additions & 3 deletions examples/arm64/providers.tf

This file was deleted.

8 changes: 0 additions & 8 deletions examples/arm64/variables.tf

This file was deleted.

Loading

0 comments on commit 0dd2c14

Please sign in to comment.