Skip to content

Commit

Permalink
fix: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
msenechal committed Nov 25, 2024
1 parent 6658a87 commit ff627de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-deployment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test/Deploy Master
name: Test/Deploy dev

on:
push:
Expand All @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit ff627de

Please sign in to comment.