Skip to content

Commit

Permalink
build(deps): Bump actions/setup-node from 4.0.0 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.0...v4.0.2)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent 9adb24a commit bee69e2
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Build & Test

on:
pull_request:
branches: ["master"]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
- uses: actions/[email protected].0
with:
node-version: 18
- run: npm ci
- run: npm run build
# - run: npm test
name: Build & Test

on:
pull_request:
branches: ["master"]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
- uses: actions/[email protected].2
with:
node-version: 18
- run: npm ci
- run: npm run build
# - run: npm test

0 comments on commit bee69e2

Please sign in to comment.