Skip to content

Commit

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

Upgrade: Bump actions/setup-node from 4.0.1 to 4.0.2
  • Loading branch information
jonnitto authored Feb 9, 2024
2 parents 479fc86 + 383f4f2 commit 75cffcb
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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
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].1
- uses: actions/[email protected].2
with:
node-version-file: .nvmrc
cache: npm
Expand Down

0 comments on commit 75cffcb

Please sign in to comment.