Skip to content

Commit

Permalink
Use newer versions of node in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Sep 19, 2021
1 parent a5101fa commit e63804f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
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-dependency-path: '**/package-lock.json'

Expand Down

0 comments on commit e63804f

Please sign in to comment.