fix(ci): bump node version

This commit is contained in:
Krzysztof Moch
2025-06-28 15:47:45 +02:00
parent 4e15523e82
commit 3df1ba56e9

View File

@@ -12,7 +12,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
registry-url: 'https://npm.pkg.github.com'
- name: Setup Bun