Skip to content

Commit 1fbf87e

Browse files
committed
Update node version to 22
1 parent 21bb212 commit 1fbf87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: '16'
18+
node-version: '22'
1919
- name: Install NPM Dependencies
2020
run: npm install
2121
- name: Build

0 commit comments

Comments
 (0)