Skip to content

Commit d82345c

Browse files
committed
ci: bump node versions
1 parent baeadc3 commit d82345c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: Node.js CI
4+
name: build
55

66
on:
77
push:
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [12, 14, 16]
18+
node-version: [14, 16, 18]
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)