diff --git a/.github/workflows/bedrock-ci.yml b/.github/workflows/bedrock-ci.yml index b01a126c9..c0fedf793 100644 --- a/.github/workflows/bedrock-ci.yml +++ b/.github/workflows/bedrock-ci.yml @@ -12,10 +12,10 @@ jobs: timeout-minutes: 14 steps: - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x # Old versions of bedrock use old libssl that Ubuntu no longer ships with; need manual install - name: Install libssl 1.1 run: | diff --git a/.github/workflows/build-gh-pages.yml b/.github/workflows/build-gh-pages.yml index d84013af8..73d7295b1 100644 --- a/.github/workflows/build-gh-pages.yml +++ b/.github/workflows/build-gh-pages.yml @@ -10,10 +10,10 @@ jobs: with: fetch-depth: 0 ref: web - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x - name: Run tool run: | npm install diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c3f62de4..5e4ad7301 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [22.x] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/update-helper.yml b/.github/workflows/update-helper.yml index 06f44623b..3195588fb 100644 --- a/.github/workflows/update-helper.yml +++ b/.github/workflows/update-helper.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@master with: - node-version: 18.0.0 + node-version: 22.0.0 - name: Install Github Actions toolkit run: npm i gh-helpers working-directory: .github/helper-bot