Skip to content

Commit 75c3589

Browse files
committed
Updated the nodejs engine version for codebase-engine job
1 parent 571a9d1 commit 75c3589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codebase-engine.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v2
1111
with:
12-
node-version: '16.x'
12+
node-version: '18.x'
1313
- run: yarn install
1414
- run: bash .github/job.sh
1515
env:

0 commit comments

Comments
 (0)