Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 3e57ddf

Browse files
committed
Update CI/CD to use Node 18 & 19
1 parent ea63c4d commit 3e57ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: "Set up Node"
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: "15"
33+
node-version: "18"
3434
- name: "Install Prettier"
3535
run: npm install --global [email protected]
3636
- name: "Check format"
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
strategy:
4343
matrix:
44-
node-version: [ "15", "16" ]
44+
node-version: [ "18", "19" ]
4545
steps:
4646
- name: "Set up GitHub Actions"
4747
uses: actions/checkout@v3

0 commit comments

Comments
 (0)