Skip to content

Commit 7e7fda6

Browse files
authored
Update Node to 22
1 parent a1a0954 commit 7e7fda6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [18.x]
18+
node-version: [22.x]
1919

2020
steps:
2121
- uses: actions/checkout@v4
@@ -28,4 +28,4 @@ jobs:
2828
- run: npm run lint
2929
# - run: npm test
3030
- run: npm install -g .
31-
- run: shielded --text "$(date)"
31+
- run: shielded --text "$(date)"

0 commit comments

Comments
 (0)