Skip to content

Commit e87c7f0

Browse files
committed
Update CI config
1 parent 26013c7 commit e87c7f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
node-version: [16.x]
14+
node-version: [20.x]
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
1616

1717
steps:
@@ -39,5 +39,5 @@ jobs:
3939
- name: Install deps
4040
run: yarn install
4141

42-
- name: Build lib
42+
- name: Build
4343
run: yarn rescript build -with-deps

0 commit comments

Comments
 (0)