We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e6a43 commit 3e65a30Copy full SHA for 3e65a30
.github/workflows/tests.yml
@@ -1,17 +1,17 @@
1
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3
4
-name: build and tests
+name: build and test
5
6
on: [push]
7
8
jobs:
9
- build:
+ build-and-test:
10
runs-on: ubuntu-latest
11
12
strategy:
13
matrix:
14
- node-version: [16.x, 18.x, 20.x]
+ node-version: [lts/*]
15
16
steps:
17
- uses: actions/checkout@v2
0 commit comments