Skip to content

Commit 48ed727

Browse files
authored
ci: add node 18 (#5)
1 parent 960aea8 commit 48ed727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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: ['14', '16']
8+
node: ['14', '16', '18']
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)