Skip to content

Commit

Permalink
Merge pull request #55 from XPRTZ/bugfix/deploy-to-production-fails
Browse files Browse the repository at this point in the history
node version bijgewerkt in github action
  • Loading branch information
dvhirtum authored Sep 16, 2023
2 parents 3ff4182 + 37dba50 commit 070e8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: ['master']

env:
NODE_VERSION: '12.x'
NODE_VERSION: '18.x'

jobs:
build:
Expand Down

0 comments on commit 070e8ab

Please sign in to comment.