Skip to content

Commit

Permalink
fix: update ci to node 18 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
cythrawll authored Apr 12, 2023
1 parent 870ff91 commit 9690001
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"font": "rm -rf dist/font && mkdir dist/font && fantasticon -o dist/font -n denali-icons-font -t woff2 -g css --selector .d-icon -p d svg",
"json": "iconit -n denali-icons --json",
"sprite": "iconit -n denali-icons --sprite",
"svg": "rm -rf dist/svg && mkdir dist/svg && cp -R svg dist"
"svg": "rm -rf dist/svg && mkdir dist/svg && cp -R svg dist",
"test": "echo SKIP"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cache:
pipeline: [~/.npm]

shared:
image: node:14
image: node:18

jobs:
main:
Expand All @@ -28,4 +28,4 @@ jobs:
secrets:
- NPM_TOKEN
- GH_TOKEN
- GIT_KEY_BASE64
- GIT_KEY_BASE64

0 comments on commit 9690001

Please sign in to comment.