diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6285f65..4f044d8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 22 - run: npm install - run: npm test lint: @@ -32,6 +32,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 10 + node-version: 22 - run: npm install - run: npm run lint diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d789230..d98796b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 22 registry-url: 'https://wombat-dressing-room.appspot.com' - run: npm install - run: npm publish --access public