Skip to content

Commit 8eaa55d

Browse files
committed
chore: run CI on latest Node.js
1 parent ec3cc21 commit 8eaa55d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
if: ${{ steps.release.outputs.release_created }}
2323
- uses: actions/setup-node@v2
2424
with:
25-
node-version: '15'
25+
node-version: '*'
26+
check-latest: true
2627
registry-url: 'https://registry.npmjs.org'
2728
if: ${{ steps.release.outputs.release_created }}
2829
- run: npm publish

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [macos-latest, ubuntu-latest, windows-latest]
19-
node-version: [10.x, 15.x]
19+
node-version: [10.x, '*']
2020

2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v2
2525
with:
2626
node-version: ${{ matrix.node-version }}
27+
check-latest: true
2728
- name: Get npm cache directory
2829
id: npm-cache
2930
run: |

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy