Update ci.yml

tweak
This commit is contained in:
tteckster 2024-01-24 12:48:18 -05:00 committed by GitHub
parent f111479b00
commit 2f2f297555
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 2 deletions

View File

@ -9,8 +9,13 @@ jobs:
ci-cd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Checkout code
uses: actions/checkout@v3
with:
node-version: 20
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://registry.npmjs.org/