diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 94e9fee..ed2b1a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,13 +18,13 @@ jobs: strategy: matrix: - node-version: [19] + node-version: [22] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..01e826b --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +node-version=22.15.0 diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..b8ffd70 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +22.15.0