Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 4a1554f

Browse files
authored
chore: update release build to node 18 (#3387)
1 parent 2b776ba commit 4a1554f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
1818
with:
19-
node-version: 16
19+
node-version: 18
2020
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # ratchet:actions/checkout@v3
2121
- name: Build dist
2222
working-directory: lambdas

0 commit comments

Comments
 (0)