Skip to content

Commit

Permalink
Update version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1211 committed May 31, 2023
1 parent 36c7f9e commit a3ae5c6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: '18.x'
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm audit
- run: npm run build:production
- name: Create Release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: '18.x'
- run: npm ci
- run: npm audit
- run: npm run lint
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhsuk/user-feedback-form",
"version": "2.2.1",
"version": "2.2.2",
"description": "A form for collecting user feedback",
"main": "dist/index.js",
"directories": {
Expand Down

0 comments on commit a3ae5c6

Please sign in to comment.