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