Skip to content

Commit

Permalink
chore: Update npm dependency to latest stable version
Browse files Browse the repository at this point in the history
Update the node-version in the .github/workflows/npm-publish.yml file from "18.x" to "20.x" to use the latest stable version of npm. Also, update the version in the builder/package.json file from "2.0.5" to "2.0.4-beta.0" to reflect the changes made in the package.
  • Loading branch information
so-kaushal committed Aug 29, 2024
1 parent fd8b66d commit c003a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- name: "Publish"
working-directory: ./builder
Expand Down
2 changes: 1 addition & 1 deletion builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oncehub/ng-strictify",
"version": "2.0.5",
"version": "2.0.4-beta.0",
"description": "Incrementally update your Angular project to use the Typescript strict flag.",
"main": "dist/src/index.js",
"builders": "builders.json",
Expand Down

0 comments on commit c003a79

Please sign in to comment.