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:
2
.github/workflows/deploy-site.yaml
vendored
2
.github/workflows/deploy-site.yaml
vendored
@@ -83,7 +83,7 @@ jobs:
|
||||
name: "App: Setup node"
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '14.x'
|
||||
node-version: 15.x
|
||||
-
|
||||
name: "App: Install dependencies"
|
||||
run: npm ci
|
||||
|
||||
Reference in New Issue
Block a user