Skip to content

Commit

Permalink
Merge pull request #91 from nhsuk/increase-node-version
Browse files Browse the repository at this point in the history
increase node version from 12 to 16 in deploy.yml
  • Loading branch information
the-nathan-smith authored Oct 25, 2023
2 parents 36cca7e + 249dfcc commit 26bd661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build:production
Expand Down

0 comments on commit 26bd661

Please sign in to comment.