fix: use deno version 2 in pipeline
Some checks failed
Publish to NPM / Build and Publish to NPM (push) Failing after 13s

This commit is contained in:
Raul Lugo
2024-12-26 17:25:51 +01:00
parent a934c4e626
commit 8142ef37f9

View File

@@ -25,11 +25,11 @@ jobs:
echo "TAG_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
echo "Extracted Tag Version: ${GITHUB_REF#refs/tags/v}"
# 3. Install Deno
# 3. Install Deno v2
- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x # Use the latest stable version of Deno
deno-version: v2.x # Use the latest stable Deno v2
# 4. Inject Version into `dnt.config.mts`
- name: Update Version in dnt.config.mts