Skip to content

Commit ba27fd8

Browse files
authored
chore: add node 20 to CI checks (#518)
1 parent 3cd3295 commit ba27fd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bundlers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
node-version: [12.x, 14.x, 16.x, 18.x]
16+
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
1717
bundler: ['browserify', 'esbuild', 'rollup', 'webpack']
1818
steps:
1919
- name: Checkout

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
node-version: [12.x, 14.x, 16.x, 18.x]
16+
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v3

0 commit comments

Comments
 (0)