Skip to content

Commit 4d876b3

Browse files
committed
fix(actions): update node version
1 parent f2f3f2d commit 4d876b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cloudflare.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ ubuntu-latest ]
15-
node: [ 14 ]
15+
node: [ 18 ]
1616

1717
steps:
1818
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)