This commit is contained in:
@@ -5,10 +5,14 @@ on: [push]
|
||||
jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
# 👇 ADD THIS LINE! It gives the runner a brain (Node.js + Git)
|
||||
container: node:20-bookworm
|
||||
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# You can keep this, but the container already has Node 20!
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user