Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacqueline Zhang committed May 6, 2024
1 parent 651fef5 commit cb3980d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ on:
workflow_dispatch:
inputs:
nodeVersion:
description: 'Node Version'
description: "Node Version"
required: true
default: '[20.x]'
default: "20.x"

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: ${{ github.event.inputs.nodeVersion }}
node-version: ["${{ github.event.inputs.nodeVersion }}"]

steps:
- name: Check Out Repository Code
Expand Down

0 comments on commit cb3980d

Please sign in to comment.