mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(GHA): use numeric versions for node
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user