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 a3ef631 commit ad399abCopy full SHA for ad399ab
1 file changed
.github/workflows/release.yml
@@ -3,13 +3,13 @@ on:
3
push:
4
branches: [ main, alpha, beta ]
5
jobs:
6
- publish-npm:
+ release:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v2
10
- uses: actions/setup-node@v1
11
with:
12
- node-version: 12
+ node-version: 14
13
registry-url: https://registry.npmjs.org/
14
- name: Cache Node.js modules
15
uses: actions/cache@v2
0 commit comments