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.
2 parents befb9a8 + 8c143db commit 6c9bbc6Copy full SHA for 6c9bbc6
.github/workflows/main.yaml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node-version: [14.x, 16.x, 18.x]
+ node-version: [16.x, 18.x]
9
fail-fast: false
10
steps:
11
- uses: actions/checkout@v3
CHANGELOG.md
@@ -49,6 +49,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
49
50
### Removed
51
52
+- Dropped CI support for node.js 14.x
53
+ ([#626](https://github.com/fortran-lang/vscode-fortran-support/issues/626))
54
- Removed unused tokenizer code
55
([#623](https://github.com/fortran-lang/vscode-fortran-support/pull/623))
56
0 commit comments