Skip to content

Commit 3cdbed2

Browse files
committed
Merge branch 'master' into beta
2 parents 9288cf0 + 7193799 commit 3cdbed2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ref: ${{ github.event.inputs.git-ref }}
3030
fetch-depth: 5 # because this is an manual trigger, only fetch the latest 5
3131
- name: Use Node.js ${{ matrix.node-version }}
32-
uses: actions/setup-node@v3
32+
uses: actions/setup-node@v4
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
- name: Load MongoDB binary cache
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v4
6161
- name: Use Node.js 18
62-
uses: actions/setup-node@v3
62+
uses: actions/setup-node@v4
6363
with:
6464
node-version: 18.x
6565
- name: Install node_modules

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Use Node.js 18
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v4
2828
with:
2929
node-version: 18.x
3030
- name: Install & Build

0 commit comments

Comments
 (0)