Skip to content

Commit

Permalink
update api workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Jan 25, 2024
1 parent e0fd1f1 commit 1c7166c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node.js 18.16
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.16'

Expand Down Expand Up @@ -86,10 +86,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js 18.16
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.16'

Expand Down

0 comments on commit 1c7166c

Please sign in to comment.