We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96abb87 commit 76d5678Copy full SHA for 76d5678
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/setup-node@v3
23
with:
24
- node-version: '16'
+ node-version: '20'
25
- uses: actions/checkout@v3
26
27
ref: refs/heads/master
.github/workflows/codestyle.yml
.github/workflows/pr.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: install gcc 11
if: startsWith(matrix.os, 'ubuntu')
0 commit comments