Skip to content

Commit 37dc131

Browse files
authored
Update and rename test.yml to build.yml
Rename workflow to "build". Replace Node.js 16 run with Node.js 20 run
1 parent dcdff4d commit 37dc131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Build
22
'on':
33
pull_request:
44
types: [ opened, synchronize, reopened ]
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
node:
15+
- 20
1516
- 18
16-
- 16
1717
steps:
1818
- uses: actions/setup-node@v1
1919
with:

0 commit comments

Comments
 (0)