Skip to content

Commit 391ab60

Browse files
authored
ci: change default node version for test (#67)
1 parent 80187b3 commit 391ab60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Github actions workflow name
22
name: CI
33

4-
env: {NODE_VERSION: 20}
4+
env: {NODE_VERSION: 22}
55

66
# Triggers the workflow on push or pull request events
77
on:
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
matrix:
8686
os: [ubuntu-latest]
87-
node: [12, 14, 16, 18, 22]
87+
node: [12, 14, 16, 18, 20]
8888
runs-on: ${{ matrix.os }}
8989
steps:
9090
# Pull repo to test machine

0 commit comments

Comments
 (0)