Skip to content

Commit

Permalink
Merge pull request #155 from furality/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-3.8.2

ci(action): bump actions/setup-node from 3.8.1 to 3.8.2
  • Loading branch information
fynn-ai authored Oct 23, 2023
2 parents 6cb347b + 762b0d8 commit fac9027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: '20.x'
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]

- name: Use Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: '20.x'
cache: 'npm'
Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions/[email protected]

- name: Use Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: '20.x'
cache: 'npm'
Expand Down

0 comments on commit fac9027

Please sign in to comment.