Update update-feed.yaml

Test 2
This commit is contained in:
N.A. Ferrell 2024-02-14 20:28:04 +00:00 committed by GitHub
parent bfbf101aa0
commit 91c48204d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Setup Node.js environment - name: Setup Node.js environment
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: "20" node-version: "20"
- name: Install dependencies - name: Install dependencies