Skip to content

Commit

Permalink
Use Node.js 18
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Mar 22, 2023
1 parent 9c6d04d commit 31bc03d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -31,10 +31,10 @@ jobs:
with:
deno-version: ${{ matrix.deno }}

- name: Setup Node.js 12
- name: Setup Node.js 18
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 18.x

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 31bc03d

Please sign in to comment.