Skip to content

Commit e317ed7

Browse files
authored
chore: increment node version in github actions (#64)
1 parent 4421466 commit e317ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 12
19+
node-version: 16
2020
- name: Install dependencies
2121
run: npm ci
2222
- name: Run tests

0 commit comments

Comments
 (0)