Skip to content

Commit

Permalink
CI: Use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 22, 2023
1 parent 99bfc7a commit 3ab5e25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- name: Setup
run: sudo apt-get install -y libgbm-dev
- name: Test
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- name: Test
run: |
yarn
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- name: Test
shell: bash
run: |
Expand Down

0 comments on commit 3ab5e25

Please sign in to comment.