diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3abba9a..75a6c74 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: - name: Set up node uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '22.x' registry-url: 'https://registry.npmjs.org' scope: '@launchpadlab' - name: Install dependencies diff --git a/.nvmrc b/.nvmrc index 25bf17f..8fdd954 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 \ No newline at end of file +22 \ No newline at end of file