Skip to content

Commit

Permalink
update node orb
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Nov 8, 2021
1 parent 3461224 commit 25c5ba2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
version: 2.1
orbs:
node: circleci/node@1.1
node: circleci/node@4.7.0
jobs:
build:
executor:
name: node/default
tag: '12.14'
steps:
- checkout
- run:
name: update certificates
command: |
sudo apt-get update && sudo apt-get upgrade -y
- run:
name: install meteor
command: |
Expand Down

0 comments on commit 25c5ba2

Please sign in to comment.