Skip to content

Commit 7af52af

Browse files
authored
Update docker-image.yml
1 parent 8afec24 commit 7af52af

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: Test node.js ${{github.event.inputs.NodeVersion}}
3737
needs: [build]
3838
runs-on: ubuntu-latest
39-
concurrency: alpine
39+
container: alpine
4040
steps:
4141
- name: Download alpine node.js
4242
uses: actions/download-artifact@v2
@@ -46,7 +46,6 @@ jobs:
4646
ls -l
4747
tar xzf ./node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz
4848
ls -l -R
49-
ls -l ./bin/node
5049
./bin/node -v
5150
./bin/node -e "console.log('hello world')"
5251
uname -a

0 commit comments

Comments
 (0)