Skip to content

Commit 813127a

Browse files
author
Denis Gursky
authored
bump setup node version (#85)
1 parent 8eea9de commit 813127a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ runs:
3030
- uses: actions/checkout@v3
3131
with:
3232
repository: RelationalAI/rai-sdk-javascript
33-
33+
3434
- name: Setup Node.js
35-
uses: actions/setup-node@v1
35+
uses: actions/setup-node@v3
3636
with:
3737
node-version: 14.19.0
3838

.github/workflows/sdk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88

99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212

1313
- name: Setup Node.js
14-
uses: actions/setup-node@v1
14+
uses: actions/setup-node@v3
1515
with:
1616
node-version: 14.19.0
1717

0 commit comments

Comments
 (0)