Skip to content

Commit 170eb9c

Browse files
authored
Update CI node version (#199)
Signed-off-by: handreyrc <handrey.cunha@gmail.com>
1 parent 2bd81b6 commit 170eb9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [10.x, 12.x, 14.x, 15.x]
16+
node-version: [20.x, 22.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2

.github/workflows/npmjs-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# Setup .npmrc file to publish to npm
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: '15.x'
14+
node-version: '20.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm ci
1717
- run: npm test

0 commit comments

Comments
 (0)