mirror of
https://github.com/skillbert/rsmv.git
synced 2025-12-23 21:47:48 -05:00
also remove node 14 from tests
Probably still works on node 12 and 14, but there are some issues with the corresponding version of npm not understanding the newer lockfile
This commit is contained in:
2
.github/workflows/webpack.yml
vendored
2
.github/workflows/webpack.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x, 16.x, 14.x]
|
||||
node-version: [18.x, 16.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user