Skip to content

Commit

Permalink
Update JS workflow depdendencies (#671)
Browse files Browse the repository at this point in the history
Update JS workflow dependencies.
  • Loading branch information
adamghill authored Mar 11, 2024
1 parent 64e511c commit 07babfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 1

- name: Set up node
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v4.0.2

- name: Install node packages
run: npm install
Expand Down

0 comments on commit 07babfb

Please sign in to comment.