Skip to content

Commit

Permalink
fix(release): update node and circle images
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Feb 1, 2023
1 parent af57ceb commit 4a1850a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .circleci/config.yml
Expand Up @@ -24,12 +24,12 @@ aliases:

defaults: &defaults
working_directory: ~/meta-schema
docker:
- image: cimg/node:18.13.0

jobs:
test:
<<: *defaults
docker:
- image: circleci/node:lts
steps:
- checkout
- restore_cache: *restore-deps-cache
Expand All @@ -41,8 +41,6 @@ jobs:

build:
<<: *defaults
docker:
- image: circleci/node:lts
steps:
- checkout
- restore_cache: *restore-deps-cache
Expand All @@ -53,14 +51,9 @@ jobs:
release:
<<: *defaults
docker:
- image: circleci/python:2.7-stretch
- image: cimg/python:3.11.1-browsers
steps:
- checkout
- run:
name: "Update Node.js and npm"
command: |
curl -sSL "https://nodejs.org/dist/v12.18.4/node-v12.18.4-linux-x64.tar.xz" | sudo tar --strip-components=2 -xJ -C /usr/local/bin/ node-v12.18.4-linux-x64/bin/node
curl https://www.npmjs.com/install.sh | sudo bash
- run: npm install
- run: npm run build
- run: ./node_modules/.bin/semantic-release
Expand Down
1 change: 1 addition & 0 deletions .node-version
@@ -0,0 +1 @@
18.13.0

0 comments on commit 4a1850a

Please sign in to comment.