Skip to content

Commit

Permalink
ci: re-enable test for Node.js 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehyoung Kang authored and pastelmind committed Jul 11, 2022
1 parent 0e22a1f commit 22fa483
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:

strategy:
matrix:
# Test for 14.x is disabled because vite-plugin-wasm doesn't support Node v14
# TODO: Add 14.x to matrix when https://github.com/Menci/vite-plugin-wasm/pull/3 is merged
node-version: [16.x, 18.x]
node-version: [14.x, 16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 22fa483

Please sign in to comment.