Skip to content

Commit 39e68c6

Browse files
authored
Merge pull request #601 from fortran-lang/feature/node-18
feat(ci): add nodejs 18.x for testing
2 parents ee9da46 + 588f505 commit 39e68c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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]
8+
node-version: [14.x, 16.x, 18.x]
99
fail-fast: false
1010
steps:
1111
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)