Skip to content

Commit 3ed41f5

Browse files
authoredApr 19, 2024
Merge pull request #39 from LambdaTest/stage
Fix GitHub workflow
2 parents fb06517 + f3c7b07 commit 3ed41f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release-js.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '16'
18+
node-version: '18'
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Install pnpm

0 commit comments

Comments
 (0)
Failed to load comments.