Skip to content

Commit cd84d5a

Browse files
author
Adam Argyle
committed
bump node version
1 parent 667971b commit cd84d5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212

13-
- name: Use Node.js 10.x
13+
- name: Use Node.js 16.x
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 10.x
16+
node-version: 16.x
1717

1818
- name: Git Init
1919
run: |

0 commit comments

Comments
 (0)