Skip to content

Commit

Permalink
Bump test runner version from 12 to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
pyronaur committed Jan 25, 2023
1 parent 3c8b3a8 commit 25a1101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jest-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "12"
node-version: "18"

- name: Install Dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "12"
node-version: "18"

- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit 25a1101

Please sign in to comment.