Skip to content

Commit

Permalink
Revert "Use Node 22 in runners"
Browse files Browse the repository at this point in the history
This reverts commit 9db8b59.

Tests using FileReader fails for whatever reason. Not sure how they
worked to begin with in Node 16?
  • Loading branch information
fatso83 committed Sep 12, 2024
1 parent 6d95673 commit 0e59fdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "22"
node-version: "16"
- name: Cache modules
uses: actions/cache@v2
with:
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "22"
node-version: "16"
- name: Cache modules
uses: actions/cache@v2
with:
Expand All @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "22"
node-version: "16"
- name: Cache npm
uses: actions/cache@v2
with:
Expand All @@ -82,7 +82,7 @@ jobs:

strategy:
matrix:
node-version: [22]
node-version: [16]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0e59fdf

Please sign in to comment.