Skip to content

Commit

Permalink
Update actions version for node
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroreign authored May 13, 2024
1 parent ccd3092 commit 3cb027b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
defaults:
run:
working-directory: 'backend'
working-directory: './backend'

runs-on: ubuntu-latest

Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down

0 comments on commit 3cb027b

Please sign in to comment.