Skip to content

Commit

Permalink
Update CI / CD
Browse files Browse the repository at this point in the history
  • Loading branch information
gjgd committed Jan 21, 2024
1 parent 51a1635 commit 489069e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 35 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/cd.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node 12
- name: Use Node 18
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 18.x

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 489069e

Please sign in to comment.