Use newer versions of node in the pipeline
This commit is contained in:
@@ -70,7 +70,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 16.8 # TODO: Make it 16 after this is fixed: https://github.com/nodejs/node/issues/40030
|
node-version: 16
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user