Skip to content

Commit 21104f0

Browse files
committed
increase node
1 parent fa877a3 commit 21104f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313

1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 20
17-
cache: 'npm'
16+
node-version: 22
17+
cache: "npm"
1818

1919
- name: Install dependencies
2020
run: npm install

0 commit comments

Comments
 (0)