specify runs on ubuntu
This commit is contained in:
parent
00b54c74d0
commit
c7305346c0
1
.github/workflows/github-actions-demo.yml
vendored
1
.github/workflows/github-actions-demo.yml
vendored
|
@ -3,6 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
|
|||
on: [push]
|
||||
jobs:
|
||||
Explore-GitHub-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
container: node:18
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||
|
|
Loading…
Reference in New Issue
Block a user