We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afec24 commit 7af52afCopy full SHA for 7af52af
1 file changed
.github/workflows/docker-image.yml
@@ -36,7 +36,7 @@ jobs:
36
name: Test node.js ${{github.event.inputs.NodeVersion}}
37
needs: [build]
38
runs-on: ubuntu-latest
39
- concurrency: alpine
+ container: alpine
40
steps:
41
- name: Download alpine node.js
42
uses: actions/download-artifact@v2
@@ -46,7 +46,6 @@ jobs:
46
ls -l
47
tar xzf ./node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz
48
ls -l -R
49
- ls -l ./bin/node
50
./bin/node -v
51
./bin/node -e "console.log('hello world')"
52
uname -a
0 commit comments