Skip to content

Commit c4559a3

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/start-server-and-test-2.1.0
2 parents f4fa2f9 + dd059fe commit c4559a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/browserstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3636

3737
- name: Setup Node
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v5
3939
with:
4040
node-version: ${{ env.NODE_VERSION }}
4141
cache: npm

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v4
4949

5050
- name: Setup Node
51-
uses: actions/setup-node@v4
51+
uses: actions/setup-node@v5
5252
with:
5353
node-version: ${{ env.NODE_VERSION }}
5454
cache: npm

0 commit comments

Comments
 (0)