diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f76c8f5..b7c6480 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,10 +14,10 @@ jobs: - name: Enable Corepack run: corepack enable - - name: Set Node.js 16.x + - name: Set Node.js 20.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: "yarn" - name: Install project dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c0ea266..ff69e2e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,10 +14,10 @@ jobs: - name: Enable Corepack run: corepack enable - - name: Set Node.js 16.x + - name: Set Node.js 20.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: "yarn" - name: Install project dependencies diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..524a92f --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.nvmrc b/.nvmrc index 2ab3d4b..7ea6a59 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v16.20.2 +v20.11.0