Node version upgraded from 12.14.1 to 18.12.1

Node 18 is the only version that won't EOL in less than a year.
main
Dane Weber 2022-12-06 12:01:45 -05:00
parent ed5961adf1
commit 0484010abb
No known key found for this signature in database
GPG Key ID: 395C86767CC53416
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
build:
executor:
name: node/default
tag: '12.14.1'
tag: '18.12.1'
steps:
- checkout
- yarn/install: