diff --git a/.changeset/giant-seals-fly.md b/.changeset/giant-seals-fly.md new file mode 100644 index 0000000..1226d1d --- /dev/null +++ b/.changeset/giant-seals-fly.md @@ -0,0 +1,5 @@ +--- +"osrs-web-scraper": patch +--- + +Update all workflows to use Node 21 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a9ce10b..0068db2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -34,7 +34,7 @@ jobs: with: always-auth: true cache: yarn - node-version: 16 + node-version: 21 - name: Install yarn packages run: yarn install --frozen-lockfile diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml index 5e96ecd..f6a1401 100644 --- a/.github/workflows/push-main.yml +++ b/.github/workflows/push-main.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-node@v3 with: cache: yarn - node-version: 16.x + node-version: 21.x - name: Install dependencies run: yarn install --frozen-lockfile @@ -41,12 +41,12 @@ jobs: with: fetch-depth: 0 - - name: Use Node.js 16 + - name: Use Node.js uses: actions/setup-node@v3 with: always-auth: true cache: yarn - node-version: 16 + node-version: 21 - name: Install yarn packages run: yarn install --frozen-lockfile