Skip to content

Commit 9e72a55

Browse files
Copilotfelickz
andauthored
fix: run check-dist workflow on Node 22
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
1 parent 60e366e commit 9e72a55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v7
2525

26-
- name: Set Node.js 16.x
26+
- name: Set Node.js 22.x
2727
uses: actions/setup-node@v7.0.0
2828
with:
29-
node-version: 16.x
29+
node-version: 22.x
3030

3131
- name: Install dependencies
3232
run: npm ci

0 commit comments

Comments
 (0)