We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571a9d1 commit 75c3589Copy full SHA for 75c3589
.github/workflows/codebase-engine.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v2
10
- uses: actions/setup-node@v2
11
with:
12
- node-version: '16.x'
+ node-version: '18.x'
13
- run: yarn install
14
- run: bash .github/job.sh
15
env:
0 commit comments