Skip to content

Commit

Permalink
Upgrade CI node version (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iinh authored Apr 12, 2023
1 parent 9dc3572 commit 688364f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 2.1
orbs:
node: circleci/node@2.0.1
node: circleci/node@5.1.0
jobs:
frontend-build-and-test:
executor:
name: node/default
tag: "12.20"
tag: "18"
docker:
- image: mcr.microsoft.com/playwright:focal # https://playwright.dev/docs/ci#circleci
steps:
Expand Down

0 comments on commit 688364f

Please sign in to comment.