We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eea9de commit 813127aCopy full SHA for 813127a
.github/actions/test/action.yml
@@ -30,9 +30,9 @@ runs:
30
- uses: actions/checkout@v3
31
with:
32
repository: RelationalAI/rai-sdk-javascript
33
-
+
34
- name: Setup Node.js
35
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
36
37
node-version: 14.19.0
38
.github/workflows/sdk.yaml
@@ -8,10 +8,10 @@ jobs:
8
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
12
13
14
15
16
17
0 commit comments