diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0467b9d..70fa38e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: [18.15] + node-version: [20.12] steps: - uses: actions/checkout@v3 diff --git a/src/store/__test__/index.test.js b/src/store/__test__/index.test.js index 9e39346..bc12eff 100644 --- a/src/store/__test__/index.test.js +++ b/src/store/__test__/index.test.js @@ -48,6 +48,10 @@ describe("Application Store", () => { or: "or", default: "Use the example data", }, + backup: { + export: "Export the data", + import: "Import data", + }, }, }); });