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 16d7bd2 commit f5af9bdCopy full SHA for f5af9bd
.github/workflows/build.yml
@@ -13,7 +13,7 @@ on:
13
types: [published]
14
15
env:
16
- NODE_VERSION: lts/gallium
+ NODE_VERSION: lts/hydrogen
17
18
jobs:
19
build:
.github/workflows/publish.yml
@@ -5,7 +5,7 @@ on:
5
6
7
8
9
10
11
deploy:
.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: Unit tests & Coverage
2
on: [push, pull_request]
3
4
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
0 commit comments