Skip to content

Commit f730a7e

Browse files
Update Node.js to 22.21
1 parent 4fdff7d commit f730a7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 22.14
19+
node-version: 22.21
2020
- name: Trying to install dependencies and build the application
2121
run: |
2222
yarn --version

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.15
1+
22.21

0 commit comments

Comments
 (0)