Update update-feed.yaml

Test change NJS ver
This commit is contained in:
N.A. Ferrell 2024-02-14 20:15:22 +00:00 committed by GitHub
parent 6bb2ba6d61
commit bfbf101aa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js environment - name: Setup Node.js environment
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: "16" node-version: "20"
- name: Install dependencies - name: Install dependencies
run: npm i run: npm i
- name: Build the feed - name: Build the feed