Update update-feed.yaml

Update checkout and set-up node.
This commit is contained in:
N.A. Ferrell 2023-04-13 01:13:56 +00:00 committed by GitHub
parent a075981e9e
commit b22af7ea49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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