We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4790866 + 58496ea commit fbcd487Copy full SHA for fbcd487
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Node
20
uses: actions/setup-node@v4
21
with:
22
- node-version: '0.25.12'
+ node-version: '24.1.0'
23
registry-url: 'https://registry.npmjs.org'
24
25
- name: Install dependencies and build 🔧
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@carletonuniversity/rds",
3
- "version": "0.25.12",
+ "version": "0.25.13",
4
"private": false,
5
"description": "Raven Design System is Carleton University's design system",
6
"author": "Web Services",
0 commit comments