Skip to content

Commit

Permalink
chore: add node 20 to CI checks (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed May 15, 2023
1 parent 3cd3295 commit ba27fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundlers.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
bundler: ['browserify', 'esbuild', 'rollup', 'webpack']
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit ba27fd8

Please sign in to comment.