Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Jan 23, 2024
1 parent 750219f commit 02de54e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xcm-wss-endpoints-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: actions/checkout@v3

- name: ⚙️ Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v3.0.0
with:
node-version-file: '.nvmrc'
node-version: 18.x
cache: 'npm'

- name: Update npm
Expand Down

0 comments on commit 02de54e

Please sign in to comment.