fix(GHA): use numeric versions for node

This commit is contained in:
Mrugesh Mohapatra
2025-03-15 05:49:13 +05:30
parent 8fdb525895
commit 7f8474affe
8 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [20.x]
node-version: [20]
steps:
- name: Checkout Source Files
@@ -88,7 +88,7 @@ jobs:
# Chrome both work, so hopefully there are no Mobile Safari specific
# bugs.
browsers: [chromium, firefox, webkit, Mobile Chrome]
node-version: [20.x]
node-version: [20]
services:
mongodb: