Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zepeng811 authored Aug 31, 2023
1 parent bc194dd commit 33533e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
matrix:
node-version: [12.x, 14.x]
steps:
- name: Setup Node.js \\${{ matrix.node-version }}
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: \\${{ matrix.node-version }}
node-version: ${{ matrix.node-version }}
- name: Some job step that provides an output
id: step1
run: echo "::set-output name=output1::output-thing"
Expand Down

0 comments on commit 33533e0

Please sign in to comment.