Skip to content

Commit e67e6de

Browse files
committed
build: fix missing apostrophe
1 parent f066ccd commit e67e6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_test_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
BUILD_TASK: ['test-install']
7979

8080
# Define the list of Node.js versions on which to run this job:
81-
NODE_VERSION: ['20', '18', 16', '14', '12', '10', '8', '6', '4', '0.12', '0.10']
81+
NODE_VERSION: ['20', '18', '16', '14', '12', '10', '8', '6', '4', '0.12', '0.10']
8282

8383
# Define the list of package managers to test:
8484
PACKAGE_MANAGER: ['npm']

0 commit comments

Comments
 (0)