mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-01-11 20:10:35 +00:00
fix(actions): update node version
This commit is contained in:
parent
f2f3f2dccd
commit
4d876b3298
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cloudflare.yml
vendored
2
.github/workflows/cloudflare.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-latest ]
|
||||
node: [ 14 ]
|
||||
node: [ 18 ]
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-node@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue