alpha
Login
or
Join now
danielroe.dev
/
nuxt-time
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-time. ⏰ SSR-safe time element for Nuxt 3
date
nuxt
nuxt-module
server
ssr
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ci: bump node version
author
Daniel Roe
date
2 years ago
(Apr 10, 2024, 8:56 PM +0200)
commit
494a1621
494a1621da3fd2d40493f03debe8e258a86fa06a
parent
f996f989
f996f9899780582dbbab294dbe728d890a851be1
+3
-3
3 changed files
Expand all
Collapse all
Unified
Split
.github
workflows
autofix.yml
ci.yml
release.yml
+1
-1
.github/workflows/autofix.yml
View file
Reviewed
···
17
17
- run: corepack enable
18
18
- uses: actions/setup-node@v4
19
19
with:
20
20
-
node-version: 16
20
20
+
node-version: 20
21
21
cache: "pnpm"
22
22
23
23
- name: 📦 Install dependencies
+1
-1
.github/workflows/ci.yml
View file
Reviewed
···
17
17
- run: corepack enable
18
18
- uses: actions/setup-node@v4
19
19
with:
20
20
-
node-version: 16
20
20
+
node-version: 20
21
21
cache: "pnpm"
22
22
23
23
- name: 📦 Install dependencies
+1
-1
.github/workflows/release.yml
View file
Reviewed
···
19
19
- name: Set node
20
20
uses: actions/setup-node@v4
21
21
with:
22
22
-
node-version: 18
22
22
+
node-version: 20
23
23
24
24
- run: npx changelogithub
25
25
env: