Skip to content

Commit 3de21a9

Browse files
chore(deps): update dependency node to v22
1 parent 90f20f6 commit 3de21a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: '12.x'
13+
node-version: '22.x'
1414
- run: npm install
1515
- run: npm run build
1616
- name: commit changes

0 commit comments

Comments
 (0)