We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3019014 commit 47d6652Copy full SHA for 47d6652
.github/workflows/check-build.yml
@@ -12,10 +12,10 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v3
15
- - name: Use Node.js 19
+ - name: Use Node.js 20
16
uses: actions/setup-node@v3
17
with:
18
- node-version: 19
+ node-version: 20
19
- run: npm install
20
- run: npm run build
21
- name: JS Files Changed
.github/workflows/style.yml
- run: npx rescript format -all -check
- name: Helpful error message
0 commit comments