Skip to content

Commit

Permalink
Upgrade version, node, and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyEJohnson committed Oct 26, 2023
1 parent 4cfcd97 commit 9d72acb
Show file tree
Hide file tree
Showing 4 changed files with 1,311 additions and 1,210 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: "Setup NVM"
uses: dcodeIO/setup-node-nvm@master
with:
node-version: v14.20.0
node-version: v16.20.2
-
name: "Setup environment"
run: ./script/setup
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.20.0
v16.20.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openstax/os-webview",
"version": "2.113.1",
"version": "2.114.0",
"description": "OpenStax webview",
"scripts": {
"test": "jest ./test/src",
Expand Down
Loading

0 comments on commit 9d72acb

Please sign in to comment.