Skip to content

Commit

Permalink
fix: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
santese committed Jan 9, 2024
1 parent efb5f0f commit d823a39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down
3 changes: 2 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": [
"@pliancy/semantic-release-config-npm"
]
],
"access": "public"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"version": "1.0.4",
"volta": {
"node": "20.5.0",
"yarn": "1.22.19"
"node": "20.10.0",
"yarn": "1.22.21"
}
}

0 comments on commit d823a39

Please # to comment.