Skip to content

Commit 8e13db9

Browse files
author
Matt Donnelly
authored
Bump setup-node action (#193)
1 parent 8f2eab0 commit 8e13db9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate_postman_collection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
with:
1414
fetch-depth: 2
15-
- uses: actions/setup-node@v3
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: "20"
1818
- name: "Create env file"

.github/workflows/ts-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v3
1717

1818
- name: Setup node
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020

2121
- name: Download Fern
2222
run: npm install -g fern-api

0 commit comments

Comments
 (0)