Skip to content

Commit e982f88

Browse files
Merge pull request #55 from contentstack/fix/workflow
workflow update
2 parents 0bca54c + a4a8d42 commit e982f88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: "18.x"
20+
node-version: "22.x"
2121
- name: Install dependencies
2222
run: npm install
2323
- name: Build
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Node.js
4343
uses: actions/setup-node@v4
4444
with:
45-
node-version: "18.x"
45+
node-version: "22.x"
4646
- name: Install dependencies
4747
run: npm install
4848
- name: Download dist

0 commit comments

Comments
 (0)