Skip to content

Commit

Permalink
Upgraded Node Version
Browse files Browse the repository at this point in the history
  • Loading branch information
vmmusings committed Mar 23, 2022
1 parent 120def5 commit e4b1236
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sql-workbench-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.24.1'
node-version: '14.18.2'

- name: Move Workbench to Plugins Dir
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.24.1'
node-version: '14.18.2'

- name: Move Workbench to Plugins Dir
run: |
Expand Down
2 changes: 1 addition & 1 deletion workbench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tslint-plugin-prettier": "^2.0.1"
},
"engines": {
"node": "10.24.1",
"node": "14.18.2",
"yarn": "^1.21.1"
},
"resolutions": {
Expand Down

0 comments on commit e4b1236

Please sign in to comment.