Skip to content

Commit 1fdd128

Browse files
feat: set node version for cloudfront function
1 parent c10fb65 commit 1fdd128

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-cloudfront-functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: "20"
34+
node-version-file: lib/cloudfront-functions/.nvmrc
3535
registry-url: https://npm.pkg.github.com
3636

3737
- name: Install dependencies

lib/cloudfront-functions/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
26.5

0 commit comments

Comments
 (0)