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 14a406a commit ad28822Copy full SHA for ad28822
.github/workflows/test.yml
@@ -15,14 +15,15 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- node-version: [12.x, 15.x]
+ node-version: [12.x, '*']
19
20
steps:
21
- uses: actions/checkout@v2
22
- name: Use Node.js ${{ matrix.node-version }}
23
uses: actions/setup-node@v2
24
with:
25
node-version: ${{ matrix.node-version }}
26
+ check-latest: true
27
- name: Get yarn cache directory path
28
id: yarn-cache-dir-path
29
run: echo "::set-output name=dir::$(yarn cache dir)"
netlify.toml
@@ -3,7 +3,7 @@ command = "echo 'no op'"
3
publish = "example"
4
5
[build.environment]
6
-NODE_VERSION = "15"
+NODE_VERSION = "node"
7
8
[[plugins]]
9
package = "./src/index.js"
0 commit comments