Skip to content

Commit 1631f87

Browse files
committed
Run using node 16
1 parent ddae832 commit 1631f87

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/CI-CD.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
# - 10 - The library supports Node 10, but the tests don't
3232
- 12
3333
- 14
34+
- 16
3435

3536
steps:
3637
- name: Checkout source

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ outputs:
5656
description: The version number that was previously published to NPM
5757

5858
runs:
59-
using: node12
59+
using: node16
6060
main: dist/index.js

0 commit comments

Comments
 (0)