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 28cc87c commit 979c64cCopy full SHA for 979c64c
.github/workflows/nodejs.yml
@@ -3,12 +3,10 @@ name: Node.js CI
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
pull_request:
8
9
jobs:
10
nodejs:
11
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
12
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
13
- with:
14
- node-version-matrix: '[12, 14, 16]'
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
release:
@@ -14,4 +14,3 @@ jobs:
secrets:
15
github-token: ${{ secrets.BOT_TOKEN }}
16
npm-token: ${{ secrets.NPM_BOT_TOKEN }}
17
-
0 commit comments