Skip to content

Commit de2dfc5

Browse files
committed
fix: build
1 parent aebcde5 commit de2dfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Autobuild
5353
uses: actions/setup-node@v2
5454
with:
55-
node-version: '16'
55+
node-version: '18'
5656
- run: npm install
5757
- run: npm run build-prod
5858
- run: npm run test

0 commit comments

Comments
 (0)