Skip to content

Commit 536d979

Browse files
fix: 💚 moved workflow to Node 16 LTS only
1 parent 74558ee commit 536d979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
node: ["14.x", "16.x"]
12+
node: ["16.x"]
1313
os: [ubuntu-latest, windows-latest, macOS-latest]
1414

1515
steps:

0 commit comments

Comments
 (0)