Skip to content

Commit

Permalink
MI-72: Update node version to latest supported by Lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-nguyen-aligent committed Nov 20, 2024
1 parent 2a36eaa commit 60875e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.13]
node-version: [20.18]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.13
v20.18

0 comments on commit 60875e3

Please sign in to comment.