Skip to content

Commit

Permalink
chore: update actions/setup-node digest to f8aa08e
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 13, 2023
1 parent 851392a commit f3f51d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TASKLIST_CARBONISATION.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
path: tasklist
ref: "master"
- name: Setup form-js cache
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
uses: actions/setup-node@f8aa08ed8ebcc273d7db4ffb5645cb9eb570a33e
with:
node-version: "16"
cache: "npm"
cache-dependency-path: ./form-js/package-lock.json
- name: Setup Tasklist cache
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
uses: actions/setup-node@f8aa08ed8ebcc273d7db4ffb5645cb9eb570a33e
with:
node-version: "19"
cache: "yarn"
Expand Down

0 comments on commit f3f51d0

Please sign in to comment.