Skip to content

Commit 07e54cc

Browse files
committed
Fix version fail
1 parent d931313 commit 07e54cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
permissions: {}
77

88
env:
9-
NODE_VERSION: 18.7.1
9+
NODE_VERSION: 18.17.1
1010
TEST_RESULTS_DIRECTORY: .
1111
# Force a path with spaces and unicode chars to test extension works in these scenarios
1212
special-working-directory: './🐍 🐛'

.github/workflows/push-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
permissions: {}
1212

1313
env:
14-
NODE_VERSION: 18.7.1
14+
NODE_VERSION: 18.17.1
1515
TEST_RESULTS_DIRECTORY: .
1616
# Force a path with spaces and unicode chars to test extension works in these scenarios
1717
special-working-directory: './🐍 🐛'

0 commit comments

Comments
 (0)