Skip to content

Commit

Permalink
👌 IMPROVE: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scomans committed Mar 19, 2024
1 parent 279f21d commit 94423a1
Show file tree
Hide file tree
Showing 4 changed files with 1,186 additions and 867 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name }}

- name: Setup PNPM
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 7
version: 8

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ outputs:
description: 'The version before the increment'

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"author": "scomans",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"semver": "^7.3.8"
"@actions/github": "^6.0.0",
"semver": "^7.6.0"
},
"devDependencies": {
"@types/glob": "^8.0.1",
"@types/node": "^16.18.11",
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "^5.50.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.33.0",
"eslint-plugin-github": "^4.6.0",
"@types/glob": "^8.1.0",
"@types/node": "^20.11.30",
"@types/semver": "^7.5.8",
"@typescript-eslint/parser": "^7.3.1",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint-plugin-github": "^4.10.2",
"js-yaml": "^4.1.0",
"prettier": "^2.8.3",
"typescript": "^4.9.5"
"prettier": "^3.2.5",
"typescript": "^5.4.2"
}
}
Loading

0 comments on commit 94423a1

Please sign in to comment.