We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9362cb commit 72405c5Copy full SHA for 72405c5
1 file changed
.github/workflows/publish.yml
@@ -1,6 +1,3 @@
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: Node.js CI
5
6
on:
@@ -23,7 +20,6 @@ jobs:
23
20
strategy:
24
21
matrix:
25
22
node-version: [12.x, 14.x, 16.x]
26
- # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
27
28
steps:
29
- uses: actions/checkout@v2
0 commit comments