Skip to content

Commit

Permalink
Merge pull request #330 from maxisam/chore/yarn
Browse files Browse the repository at this point in the history
chore: Update Node.js version and package manager in CI workflow
  • Loading branch information
maxisam authored Oct 15, 2024
2 parents 79884e6 + b27af5f commit a50d744
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ngx-clipboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 14.20.0
node-version: '20.x'
cache: 'yarn'

- uses: actions/cache@v2
- uses: actions/cache@v4
id: angular-cache
with:
path: |
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@
"*.{json,md,ts,html,component.html}": [
"prettier --write"
]
}
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
2 changes: 1 addition & 1 deletion projects/ngx-clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-clipboard",
"description": "angular 2 clipboard",
"version": "16.1.0",
"version": "16.1.1",
"author": {
"name": "Sam Lin",
"email": "[email protected]"
Expand Down

0 comments on commit a50d744

Please sign in to comment.