Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrajatttt authored Jan 3, 2025
1 parent e54a59d commit 4f6cf8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
node-version: [15.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

env:
CI: false

steps:
- uses: actions/checkout@v2

Expand All @@ -32,4 +35,4 @@ jobs:
- run: npm run release

# Also verify dev-build runs, avoiding: github.com/amazon-connect/amazon-connect-chat-interface/issues/75
- run: npm run dev-build
- run: npm run dev-build

0 comments on commit 4f6cf8c

Please sign in to comment.