Skip to content

Commit a692062

Browse files
committed
1 parent 7cbd522 commit a692062

4 files changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2
13-
- name: Use Node.js ${{ matrix.node-version }}
13+
- name: Use Node.js
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 14.x
16+
node-version: 18.x
1717
- name: Install dependencies
1818
run: npx ci
1919
- name: Lint

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ jobs:
99
name: Test
1010
runs-on: ubuntu-latest
1111
timeout-minutes: 10
12-
strategy:
13-
matrix:
14-
node-version: [ 10.x, 14.x ]
1512
steps:
1613
- name: Checkout
1714
uses: actions/checkout@v2
18-
- name: Use Node.js ${{ matrix.node-version }}
15+
- name: Use Node.js
1916
uses: actions/setup-node@v1
2017
with:
21-
node-version: ${{ matrix.node-version }}
18+
node-version: 16.x
2219
- name: Install dependencies
2320
run: npx ci
2421
- name: Lint

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12.18.4
1+
v16.20.0

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ inputs:
2222
hide-files:
2323
description: 'Glob pattern to hide files with'
2424
runs:
25-
using: 'node12'
25+
using: 'node16'
2626
main: 'dist/index.js'

0 commit comments

Comments
 (0)