Skip to content

Commit ad28822

Browse files
authored
chore: run CI on latest Node.js (#202)
1 parent 14a406a commit ad28822

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [12.x, 15.x]
18+
node-version: [12.x, '*']
1919

2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: actions/setup-node@v2
2424
with:
2525
node-version: ${{ matrix.node-version }}
26+
check-latest: true
2627
- name: Get yarn cache directory path
2728
id: yarn-cache-dir-path
2829
run: echo "::set-output name=dir::$(yarn cache dir)"

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ command = "echo 'no op'"
33
publish = "example"
44

55
[build.environment]
6-
NODE_VERSION = "15"
6+
NODE_VERSION = "node"
77

88
[[plugins]]
99
package = "./src/index.js"

0 commit comments

Comments
 (0)