Skip to content

Commit 8027621

Browse files
author
Tyler Durden
committed
Fix node versions in ci
1 parent 159025a commit 8027621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: macos-latest
5959
strategy:
6060
matrix:
61-
node: [16, 18] # tdurden only use 16, 18
61+
node: [16]
6262
steps:
6363
- uses: actions/setup-node@v3
6464
with:
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
- uses: actions/setup-node@v3
8282
with:
83-
node-version: 16
83+
node-version: 18
8484
- uses: actions/checkout@v2
8585
- name: Install
8686
run: npm install --ignore-scripts

0 commit comments

Comments
 (0)