File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4848 - name : Setup Node.js
4949 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
5050 with :
51- node-version : " 22 "
51+ node-version : " 24 "
5252 cache : " npm"
5353 - name : Setup dependencies
5454 uses : aws-powertools/actions/.github/actions/cached-node-modules@3b5b8e2e58b7af07994be982e83584a94e8c76c5
Original file line number Diff line number Diff line change 3333 - name : Setup Node.js
3434 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3535 with :
36- node-version : " 22 "
36+ node-version : " 24 "
3737 cache : " npm"
3838 - name : Setup dependencies
3939 uses : aws-powertools/actions/.github/actions/cached-node-modules@3b5b8e2e58b7af07994be982e83584a94e8c76c5 # v1.5.0
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
3131 - name : Setup NodeJS
3232 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3333 with :
34- node-version : 22
34+ node-version : 24
3535 cache : " npm"
3636 - name : Setup dependencies
3737 uses : aws-powertools/actions/.github/actions/cached-node-modules@3b5b8e2e58b7af07994be982e83584a94e8c76c5
3838 with :
39- nodeVersion : 22
39+ nodeVersion : 24
4040 - name : Linting
4141 run : npm run lint
4242 - name : Unit tests
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
3131 - name : Setup NodeJS
3232 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3333 with :
34- node-version : 22
34+ node-version : 24
3535 cache : " npm"
3636 - name : Setup dependencies
3737 uses : aws-powertools/actions/.github/actions/cached-node-modules@3b5b8e2e58b7af07994be982e83584a94e8c76c5
3838 with :
39- nodeVersion : 22
39+ nodeVersion : 24
4040 - name : Run e2e tests
4141 run : BUILT_OUTPUT=true npm run test:e2e
Original file line number Diff line number Diff line change 1- lts/jod
1+ 24
Original file line number Diff line number Diff line change 11# Powertools for AWS MCP
22
3- ![ NodeSupport] ( https://img.shields.io/static/v1?label=node&message=%2022 &color=green?style=flat-square&logo=node )
3+ ![ NodeSupport] ( https://img.shields.io/static/v1?label=node&message=%2024 &color=green?style=flat-square&logo=node )
44![ GitHub Release] ( https://img.shields.io/github/v/release/aws-powertools/powertools-mcp?include_prereleases )
55[ ![ OpenSSF Scorecard] ( https://api.securityscorecards.dev/projects/github.com/aws-powertools/powertools-mcp/badge )] ( https://api.securityscorecards.dev/projects/github.com/aws-powertools/powertools-mcp )
66[ ![ Status] ( https://img.shields.io/badge/Status-Experimental-orange.svg )] ( https://shields.io/ )
You can’t perform that action at this time.
0 commit comments