mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-04-21 00:12:09 +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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest ]
|
os: [ ubuntu-latest ]
|
||||||
node: [ 14 ]
|
node: [ 18 ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue