Skip to content

Commit 200fec0

Browse files
authored
bump node versions to 16 (#50)
Signed-off-by: Kiss Miklos <[email protected]> Signed-off-by: Kiss Miklos <[email protected]>
1 parent a98aa5b commit 200fec0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- name: Set up Node.js
1313
uses: actions/setup-node@main
1414
with:
15-
node-version: 14.18.2
15+
node-version: 16
1616
- run: npm install
1717
- run: npm test

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Node.js
1414
uses: actions/setup-node@main
1515
with:
16-
node-version: 14.18.2
16+
node-version: 16
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm install
1919
- run: npm publish

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ inputs:
1414
required: false
1515
default: "true"
1616
runs:
17-
using: 'node12'
17+
using: 'node16'
1818
main: 'dist/index.js'

0 commit comments

Comments
 (0)