specify runs on ubuntu

This commit is contained in:
Brendan Haines 2024-02-27 01:04:46 -07:00
parent 00b54c74d0
commit c7305346c0

@ -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."