diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69fad99..cc715b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,10 @@ jobs: - name: Check out code uses: actions/checkout@v6 - - name: Set up Node.js 18.x + - name: Set up Node.js uses: actions/setup-node@v6 with: - node-version: 18.x + node-version: 24.x cache: 'npm' registry-url: 'https://registry.npmjs.org/' @@ -34,10 +34,10 @@ jobs: - name: Check out code uses: actions/checkout@v6 - - name: Set up Node.js 18.x + - name: Set up Node.js uses: actions/setup-node@v6 with: - node-version: 18.x + node-version: 24.x cache: 'npm' registry-url: 'https://registry.npmjs.org/' @@ -54,10 +54,10 @@ jobs: - name: Check out code uses: actions/checkout@v6 - - name: Set up Node.js 18.x + - name: Set up Node.js uses: actions/setup-node@v6 with: - node-version: 18.x + node-version: 24.x cache: 'npm' registry-url: 'https://registry.npmjs.org/' @@ -65,4 +65,4 @@ jobs: run: npm ci - name: Run Tests - run: npm test \ No newline at end of file + run: npm test diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b3ffd8a..bbd8bb7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,10 +14,10 @@ jobs: - name: Check out code uses: actions/checkout@v6 - - name: Set up Node.js 18.x + - name: Set up Node.js uses: actions/setup-node@v6 with: - node-version: 18.x + node-version: 24.x cache: 'npm' registry-url: 'https://registry.npmjs.org/'