From d993912995716e3297260bd6d52032f30cce11ae Mon Sep 17 00:00:00 2001 From: Gar Date: Fri, 20 Dec 2024 08:46:32 -0800 Subject: [PATCH] chore: bump node version for workflows (#918) --- .github/workflows/fetch-data.yml | 2 +- .github/workflows/fetch-maintained.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fetch-data.yml b/.github/workflows/fetch-data.yml index 9194b839e..5d8abdc0f 100644 --- a/.github/workflows/fetch-data.yml +++ b/.github/workflows/fetch-data.yml @@ -22,7 +22,7 @@ jobs: git config --global user.name "npm CLI robot" - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22.x cache: npm - name: Update npm to latest run: npm i --prefer-online --no-fund --no-audit -g npm@latest diff --git a/.github/workflows/fetch-maintained.yml b/.github/workflows/fetch-maintained.yml index e3ae8316b..a636e78e6 100644 --- a/.github/workflows/fetch-maintained.yml +++ b/.github/workflows/fetch-maintained.yml @@ -22,7 +22,7 @@ jobs: git config --global user.name "npm CLI robot" - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22.x cache: npm - name: Update npm to latest run: npm i --prefer-online --no-fund --no-audit -g npm@latest diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 196d988db..e80c16d74 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22.x cache: npm - name: Update npm to latest run: npm i --prefer-online --no-fund --no-audit -g npm@latest