Skip to content

Commit a3d9942

Browse files
authored
Update Node.js version in workflow configuration
Updated node version to 22
1 parent 74012ee commit a3d9942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ping-supabase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '20'
19+
node-version: '22'
2020

2121
- name: Install Supabase Client
2222
run: npm install @supabase/supabase-js --force

0 commit comments

Comments
 (0)