update node version for github actions

This commit is contained in:
Henry
2023-04-11 15:17:55 +01:00
parent a94d841bb7
commit 1558225a25
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
node-version: [14.x, 16.x]
node-version: [18.15.0]
runs-on: ${{ matrix.platform }}
steps: