Skip to content

Commit

Permalink
Updated action flow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPshul committed Apr 20, 2024
1 parent 6e41290 commit 0bb4a0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-func.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.15'
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: Install func CLI 🛠️
run: npm i -g azure-functions-core-tools@4 --unsafe-perm true
Expand Down

0 comments on commit 0bb4a0c

Please sign in to comment.