Bump node environment to 15.x

It updates node version to 15.x to be able to use
`String.prototype.replaceAll()`
This commit is contained in:
undergroundwires
2021-09-09 22:12:59 +01:00
parent 4d7ff7edc5
commit 2f0321f315
5 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 15.x
- name: Install dependencies
run: npm ci
- name: Lint