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 a5e52ef commit 5ce840cCopy full SHA for 5ce840c
2 files changed
.github/workflows/publish.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v3
10
# Setup .npmrc file to publish to npm
11
- - uses: actions/setup-node@v2-beta
+ - uses: actions/setup-node@v2.5
12
with:
13
node-version: '14'
14
check-latest: true
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
name: Lint on Node ${{ matrix.node }}
15
node-version: ${{ matrix.node }}
16
@@ -24,7 +24,7 @@ jobs:
24
name: Test on Node ${{ matrix.node }}
25
26
27
28
29
30
0 commit comments