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

Commit

Permalink
ci: update note versions (for GitHub Actions & CircleCi)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesHoppe committed Nov 20, 2021
1 parent 55b7c98 commit b3555df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ version: 2

jobs:
build:

docker:
- image: circleci/node:12-browsers
- image: circleci/node:14-browsers

steps:
- checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Use Node.js 10.x
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 14.x

- name: Prepare
run: |
Expand Down

0 comments on commit b3555df

Please sign in to comment.