Skip to content

Commit e50d708

Browse files
author
Strek
authored
chore: add node 18 to workflow (#686)
1 parent f1a91e6 commit e50d708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
matrix:
6161
os: [ubuntu-latest, windows-latest, macos-latest]
62-
node-version: [12.x, 14.x, 16.x, 17.x]
62+
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
6363
webpack-version: [latest]
6464

6565
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)