Skip to content

Commit fcf1c2d

Browse files
committed
chore: ensure a modern version of node is available
1 parent a60cf03 commit fcf1c2d

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/esy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup node.js
1818
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1919
with:
20-
node-version: "16"
20+
node-version: "22"
2121
check-latest: true
2222

2323
# Install `esy` to build the project

.github/workflows/js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup node.js
1414
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1515
with:
16-
node-version: "16"
16+
node-version: "22"
1717
check-latest: true
1818

1919
- name: "Set up emsdk"

.github/workflows/opam.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
ocaml-compiler: [4.13.1, 4.14.1, 5.2.0]
1616

1717
steps:
18+
- name: Setup node.js
19+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
20+
with:
21+
node-version: "22"
22+
check-latest: true
23+
1824
- name: Checkout project
1925
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2026
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Setup NodeJS
103103
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
104104
with:
105-
node-version: "16"
105+
node-version: "22"
106106
registry-url: "https://registry.npmjs.org"
107107

108108
- name: Publish to npm

0 commit comments

Comments
 (0)