Skip to content

Commit

Permalink
actions: Upgrade deprecated setup-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJvandeWeg committed Oct 10, 2023
1 parent f6a3025 commit 862564a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
path: 'flowfuse'
- name: Install jq
run: sudo apt-get -qy install jq
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
cache: 'npm'
cache-dependency-path: './website/package-lock.json'
Expand Down
2 changes: 1 addition & 1 deletion src/handbook/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14'
# Install NPM dependencies
Expand Down

0 comments on commit 862564a

Please sign in to comment.