Skip to content

Commit 77c56a1

Browse files
Strekalexander-akait
andauthored
chore: add node 18 (#432)
Co-authored-by: Alexander Akait <4567934+alexander-akait@users.noreply.github.com>
1 parent 4c19ce4 commit 77c56a1

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
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
matrix:
5555
os: [ubuntu-latest, windows-latest, macos-latest]
56-
node-version: [12.x, 14.x, 16.x, 17.x]
56+
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
5757
webpack-version: [latest]
5858

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

0 commit comments

Comments
 (0)