Skip to content

Commit

Permalink
freshen up package
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcotten committed Mar 1, 2024
1 parent 0633603 commit e2ee3f2
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 1,557 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: ["19.1.0"]
swift-version: ["5.9"]
node-version: ["20"]
swift-version: ["5.9.2"]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.7
// swift-tools-version:5.9

import PackageDescription

Expand Down
2 changes: 1 addition & 1 deletion Tests/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19
20
2 changes: 1 addition & 1 deletion Tests/Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.7
// swift-tools-version:5.9

import PackageDescription

Expand Down
2 changes: 1 addition & 1 deletion Tests/bin/npm-postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async function run() {
var libraryName = process.argv.slice(2)
var swiftBuildCommand = "swift build -c release"
var moveLibraryCommand = ""
var nodeHeadersVersion = "27.0.2"
var nodeHeadersVersion = "27.2.0"
var downloadHeadersCommand = ""

const exec = require("node:child_process").exec
Expand Down
Loading

0 comments on commit e2ee3f2

Please sign in to comment.