Skip to content

Commit 82c84ff

Browse files
committed
testing
1 parent 60e23bb commit 82c84ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-released-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010

1111
test-non-windows-image:
12-
name: 'Build Non-Windows Image'
12+
name: 'Test Non-Windows Image'
1313
strategy:
1414
matrix:
1515
os: [ 'ubuntu-latest', 'macos-latest' ]
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: 'Setup Node'
26-
uses: actions/setup-node@2
26+
uses: actions/setup-node@v2
2727
with:
2828
node-version: 12.x
2929

0 commit comments

Comments
 (0)