File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v3
15- - name : use node@18
15+ - name : use node@20
1616 uses : actions/setup-node@v3
1717 with :
18- node-version : ' 18 '
18+ node-version : ' 20 '
1919 cache : ' npm'
2020 - name : ' install dependencies'
2121 run : npm ci
@@ -27,10 +27,10 @@ jobs:
2727 runs-on : ubuntu-latest
2828 steps :
2929 - uses : actions/checkout@v3
30- - name : use node@18
30+ - name : use node@20
3131 uses : actions/setup-node@v3
3232 with :
33- node-version : ' 18 '
33+ node-version : ' 20 '
3434 cache : ' npm'
3535 - name : ' install dependencies'
3636 run : npm ci
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v3
11- - name : use node@18
11+ - name : use node@20
1212 uses : actions/setup-node@v3
1313 with :
14- node-version : ' 18 '
14+ node-version : ' 20 '
1515 cache : ' npm'
1616 - name : ' install dependencies'
1717 run : npm ci
Original file line number Diff line number Diff line change 1- 18.16.1
1+ 20.11.0
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2022 Ilya Moroz
3+ Copyright (c) 2024 Ilya Moroz
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments