Skip to content

Commit 6c9bbc6

Browse files
authored
Merge pull request #628 from fortran-lang/gnikit/issue626
ci: drop CI support for nodejs 14
2 parents befb9a8 + 8c143db commit 6c9bbc6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [14.x, 16.x, 18.x]
8+
node-version: [16.x, 18.x]
99
fail-fast: false
1010
steps:
1111
- uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4949

5050
### Removed
5151

52+
- Dropped CI support for node.js 14.x
53+
([#626](https://github.com/fortran-lang/vscode-fortran-support/issues/626))
5254
- Removed unused tokenizer code
5355
([#623](https://github.com/fortran-lang/vscode-fortran-support/pull/623))
5456

0 commit comments

Comments
 (0)