Skip to content

Commit

Permalink
Merge 8703609 into 39520d3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 24, 2023
2 parents 39520d3 + 8703609 commit 12a193f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Node.js LTS
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: lts/*
cache: 'npm'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Node.js LTS
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: lts/*
cache: 'npm'
Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Node.js LTS
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: lts/*
cache: 'npm'
Expand All @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Node.js LTS
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: lts/*
cache: 'npm'
Expand Down

0 comments on commit 12a193f

Please sign in to comment.