Skip to content

Commit d78d644

Browse files
get CI action working
1 parent 0862e6a commit d78d644

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version-file: '.node-version'
32+
node-version: '22.14.0'
3333
registry-url: 'https://registry.npmjs.org'
3434
cache: 'pnpm'
3535

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Test
22
on:
33
push:
44
branches:

.nodeversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)