Skip to content

Commit

Permalink
ci: upgrade github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
BuptStEve committed Aug 31, 2024
1 parent c8f3bb4 commit 73f624e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- name: Install pnpm
uses: pnpm/action-setup@v4

- name: Set node
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: lts/*
cache: pnpm
registry-url: 'https://registry.npmjs.org'

- run: npx changelogithub
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tua-body-scroll-lock",
"version": "1.5.1",
"packageManager": "pnpm@^7",
"packageManager": "pnpm@^8",
"description": "🔐Body scroll locking that just works with everything",
"main": "./dist/tua-bsl.umd.js",
"module": "./dist/tua-bsl.mjs",
Expand Down

0 comments on commit 73f624e

Please sign in to comment.