Skip to content

Commit

Permalink
Merge pull request #42 from CarbonPackages/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-node-4.0.1

Upgrade: Bump actions/setup-node from 4.0.0 to 4.0.1
  • Loading branch information
jonnitto authored Dec 20, 2023
2 parents 49a08db + 8de4207 commit 7c0730d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
version: latest
- name: Setup node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version-file: .nvmrc
cache: pnpm
Expand All @@ -57,7 +57,7 @@ jobs:
cp -n Installer/Distribution/Defaults/{*,.*} ./ || true
cp -R {Lib,defaults.yaml,*.mjs,*.js} Build/Carbon.Pipeline/
- name: Setup node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version-file: .nvmrc
cache: yarn
Expand All @@ -84,7 +84,7 @@ jobs:
cp -n Test/pipeline.yaml ./
cp -n Installer/Distribution/Defaults/{*,.*} ./ || true
cp -R {Lib,defaults.yaml,*.mjs,*.js} Build/Carbon.Pipeline/
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version-file: .nvmrc
cache: npm
Expand Down

0 comments on commit 7c0730d

Please sign in to comment.