Skip to content

Commit 519e1a1

Browse files
authored
chore: upgrade Node.js to v24 for npm OIDC support (#289)
1 parent ad7d35f commit 519e1a1

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/make-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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

.github/workflows/make-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/reusable-code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/reusable-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/jod
1+
24

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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/)

0 commit comments

Comments
 (0)