From 16fcc0c80ae50b149bdadbb2d16f22f281bf0d45 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 11 Jan 2024 00:19:54 -0700 Subject: [PATCH] Update .github/workflows/github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 15a61d6..16d8e69 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -4,6 +4,7 @@ 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." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"