Skip to content

Commit

Permalink
build: update ci.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Ralphson <mike.ralphson@gmail.com>
  • Loading branch information
MikeRalphson committed May 11, 2023
1 parent 926b727 commit 7bd5650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
with:
fetch-depth: 0
ref: main
- uses: actions/setup-node@v1 # setup Node.js
- uses: actions/setup-node@v2 # setup Node.js
with:
node-version: '14.x'
node-version: '18.x'
- name: Install deps
run: npm i
- name: update APIs
Expand Down

0 comments on commit 7bd5650

Please sign in to comment.