Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
chore: update node version for browser-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Dec 30, 2023
1 parent d3dc225 commit 35fda9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browsertesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js 14.x
- name: Set up Node.js 21.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 21.x

- name: install puppeteer libraries
run: |
Expand Down

0 comments on commit 35fda9d

Please sign in to comment.