Skip to content

Commit

Permalink
ci: use node 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya authored Mar 19, 2024
1 parent 7ad4510 commit 9cb5e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ci
on:
push:
branches: main
paths-ignore:
# paths-ignore:
# - '**/*.md'
# - 'examples/**/*.html'

Expand All @@ -23,7 +23,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: load cache
uses: actions/cache@v3
Expand Down

0 comments on commit 9cb5e7e

Please sign in to comment.