Skip to content

Commit 2fc2f8d

Browse files
Update node version in README.md example
1 parent a0cec0c commit 2fc2f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
node-version: [12.x]
30+
node-version: [14.x]
3131
steps:
3232
- uses: actions/checkout@v2
3333
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)