Skip to content

Commit

Permalink
chore: specify a node version for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinZZ committed Jan 15, 2025
1 parent c2cd1ec commit e87249d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ jobs:
run: |-
git config user.name "github-actions"
git config user.email "[email protected]"
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20' # Specify Node.js version compatible with [email protected]
- name: Install dependencies
run: yarn install --check-files --frozen-lockfile
- name: build
- name: Build
run: cd test/lambda && ./test.sh

0 comments on commit e87249d

Please sign in to comment.