Update ci.yml

This commit is contained in:
tteckster 2024-01-25 01:15:00 -05:00 committed by GitHub
parent d2f13f7940
commit dc37502d15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 13 deletions

View File

@ -1,4 +1,4 @@
name: CI/CD name: CI
on: on:
push: push:
@ -6,18 +6,8 @@ on:
- gh-pages - gh-pages
jobs: jobs:
ci-cd: ci:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v4
with:
node-version: 20
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://registry.npmjs.org/
cache: npm